Files
baclight/app/views/comments/_comment.html.erb
T
2021-12-16 14:33:08 -08:00

5 lines
104 B
Plaintext

<div id="<%= dom_id comment %>">
<%= comment.content %>
- <%= time_tag comment.created_at %>
</div>