ensl.org/app/views/widgets/_comments.html.erb

11 lines
203 B
Text
Raw Normal View History

<ol>
<% Comment.recent3.filtered.each do |comment| %>
<li>
<b>
<%= namelink comment.commentable, 15 %>
</b>
by <%= namelink comment.user, 8 %>
2014-04-06 14:14:03 +00:00
</li>
<% end %>
</ol>