Topics
<% end -%><%= link_to 'Topics', :controller => 'topics' %> <%= link_to params[:letter], { :controller => 'topics', :action => :browse, :letter => params[:letter] }, :class => 'last' %>
<%= render :partial => 'topics/alphabet', :locals => { :controller => 'topics' } -%> <% unless @topics.empty? -%>
<% @topics.in_groups_of_with_index(@column_index) do |group, index| -%>
<% end -%>
-
<% group.compact.each do |topic| -%>
- <%= link_to topic.name, topic_path(topic) -%> <% end -%>