0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-02-16 17:11:08 +00:00
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 %>