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

3 lines
171 B
Plaintext

<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>