Files
nairobi/app/views/dashboard/_comment.html.erb
2018-10-05 17:46:45 +02:00

11 lines
224 B
Plaintext

<li>
<%= comment.body %>
<p class="topic-info">
<%= comment.commentable.title %>
&nbsp;&bullet;&nbsp;
<%= l(comment.updated_at.to_date) %>
&nbsp;&bullet;&nbsp;
<%= comment.author.name %>
</p>
</li>