Skip to content

Instantly share code, notes, and snippets.

@goz
Created June 18, 2010 12:39
Show Gist options
  • Save goz/443594 to your computer and use it in GitHub Desktop.
Save goz/443594 to your computer and use it in GitHub Desktop.
<div class="alphabet">
<% ("A".."Z").each do |alpha| %>
<li><%= link_to alpha, some_url %></li>
<% end %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment