mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 17:31:27 +00:00
7 lines
164 B
Text
7 lines
164 B
Text
<ol>
|
|
<% Topic.basic.recent.latest_page(page).each do |topic| %>
|
|
<li class="bold">
|
|
<%= link_to (h topic), lastpost(topic) %>
|
|
</li>
|
|
<% end %>
|
|
</ol>
|