ensl.org/app/views/comments/_list.html.erb

4 lines
117 B
Text
Raw Normal View History

<% @comments.reverse_each do |comment| %>
<%= namelink comment.user %>: <%= comment.text_parsed %><br />
<% end %>