scinote-web/app/views/result_comments/_comment.html.erb

3 lines
170 B
Plaintext
Raw Normal View History

2016-02-12 23:52:43 +08:00
<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>