scinote-web/app/views/result_comments/_comment.html.erb
2016-02-12 16:52:43 +01:00

3 lines
170 B
Plaintext

<strong><%=t "my_modules.results.comment_title", user: comment.user.full_name, time: l(comment.created_at, format: :time) %></strong>
<p><span><%= comment.message %></p>