0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-24 02:01:06 +00:00
ensl.org/app/views/topics/_index.html.erb

8 lines
164 B
Text
Raw Normal View History

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