Guest User

Untitled

a guest
Sep 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <h6><%= image_tag ("expand.gif") %><strong>Goals</strong></h6>
  2. <ul>
  3. <%- @toolbox.each do |item| -%>
  4.  
  5. <li>
  6. <%= link_to item.title, toolbox_path(item.id) %> <%= item.category %>
  7. </li>
  8. <!-- %- (link_location = "/documents/" + item.filename ) if !item.filename.nil? %>
  9. <%- link_location ||= "#" %>
  10. <li><a href="<%= link_location%>"><strong><%= item.title %></strong></a> <%= item.category %></li> -->
  11. <%- end -%>
Add Comment
Please, Sign In to add comment