codeape (owner)

Fork Of

Revisions

gist: 5241 Download_button fork
public
Public Clone URL: git://gist.github.com/5241.git
Embed All Files: show embed
RHTML #
1
2
3
4
5
6
7
8
9
<% @sections.each do |section| %>
  <h2><%= section_name(section) %></h2>
 
  <% section.topics.each do |topic| %>
    <%= topic.name %><br>
  <% end %>
 
<% end %>