5 lines
120 B
Text
5 lines
120 B
Text
<% @sections.each do |section| %>
|
|
<p>
|
|
<%= link_to section.title, section_url(section) %>
|
|
</p>
|
|
<% end %>
|