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