ensl.org/app/views/topics/_index.html.erb

8 lines
147 B
Text
Raw Normal View History

<ol>
2015-08-20 15:20:50 +00:00
<% Topic.recent_topics.each do |topic| %>
<li class="bold">
<%= link_to (h topic), lastpost(topic) %>
</li>
<% end %>
</ol>