Add link to comment path on comment date
This commit is contained in:
@@ -61,7 +61,12 @@
|
||||
|
||||
<% end %>
|
||||
|
||||
• <span><%= l comment.created_at.to_datetime, format: :datetime %></span>
|
||||
•
|
||||
<span>
|
||||
<%= link_to comment_path(comment) do %>
|
||||
<%= l comment.created_at.to_datetime, format: :datetime %>
|
||||
<% end %>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="comment-user
|
||||
|
||||
Reference in New Issue
Block a user