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

3 lines
167 B
Plaintext
Raw Normal View History

2016-07-21 19:11:15 +08:00
<strong><%=t "protocols.steps.comment_title", user: comment.user.full_name, time: l(comment.created_at, format: :time) %></strong>
2016-02-12 23:52:43 +08:00
<p><span><%= comment.message %></p>