Want Spin? Try a Pinwheel October 12, 2008

<% content_for :current_topics do -%>current<% end -%> <% content_for :meta do -%>

Topics

<% end -%> <%= render :partial => 'topics/alphabet', :locals => { :controller => 'topics' } -%> <% unless @topics.empty? -%>
<% @topics.in_groups_of_with_index(@column_index) do |group, index| -%>
    <% group.compact.each do |topic| -%>
  • <%= link_to topic.name, topic_path(topic) -%>
  • <% end -%>
<% end -%>
<% end -%>