mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-01 07:11:41 +00:00
4 lines
117 B
Text
4 lines
117 B
Text
|
<% @comments.reverse_each do |comment| %>
|
||
|
<%= namelink comment.user %>: <%= comment.text_parsed %><br />
|
||
|
<% end %>
|