mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-16 01:41:23 +00:00
10 lines
203 B
Text
10 lines
203 B
Text
<ol>
|
|
<% Comment.recent3.filtered.each do |comment| %>
|
|
<li>
|
|
<b>
|
|
<%= namelink comment.commentable, 15 %>
|
|
</b>
|
|
by <%= namelink comment.user, 8 %>
|
|
</li>
|
|
<% end %>
|
|
</ol>
|