ensl.org/app/views/topics/_index.html.erb
2015-08-20 16:20:50 +01:00

7 lines
147 B
Text

<ol>
<% Topic.recent_topics.each do |topic| %>
<li class="bold">
<%= link_to (h topic), lastpost(topic) %>
</li>
<% end %>
</ol>