mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
7 lines
147 B
Text
7 lines
147 B
Text
<ol>
|
|
<% Topic.recent_topics.each do |topic| %>
|
|
<li class="bold">
|
|
<%= link_to (h topic), lastpost(topic) %>
|
|
</li>
|
|
<% end %>
|
|
</ol>
|