11 lines
185 B
Plaintext
11 lines
185 B
Plaintext
<li>
|
|
<%= comment.body %>
|
|
<p class="help-text">
|
|
<%= comment.commentable.title %>
|
|
-
|
|
<%= l(comment.updated_at.to_date) %>
|
|
-
|
|
<%= comment.author.name %>
|
|
</p>
|
|
</li>
|