mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
8 lines
164 B
Text
8 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>
|