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

3 lines
168 B
Plaintext
Raw Normal View History

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