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

3 lines
171 B
Plaintext
Raw Normal View History

2016-02-12 23:52:43 +08:00
<span class="text-muted pull-right"><%= l comment.created_at, format: '%H:%M' %></span>
<strong><%= comment.user.full_name %>:</strong>
<p><span><%= comment.message %></p>