Skip to content

Instantly share code, notes, and snippets.

@simmsy
Last active August 29, 2015 13:58
Show Gist options
  • Save simmsy/9952795 to your computer and use it in GitHub Desktop.
Save simmsy/9952795 to your computer and use it in GitHub Desktop.
<b>NEW IN</b>
<% links('mens_new_in').each do |link| %>
<li><%= link_to(link.anchor, link.href) %></li>
<% end %>
<b>SALE</b>
<% links('mens_sale').each do |link| %>
<li><%= link_to(link.anchor, link.href) %></li>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment