0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-02-01 22:11:45 +00:00
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>