Error to access hide comments
This commit is contained in:
committed by
decabeza
parent
54753fece4
commit
2905b24ee7
@@ -34,7 +34,7 @@
|
|||||||
<tr id="comment_<%= comment.id %>">
|
<tr id="comment_<%= comment.id %>">
|
||||||
<td>
|
<td>
|
||||||
<%= comment.commentable_type.constantize.model_name.human %> -
|
<%= comment.commentable_type.constantize.model_name.human %> -
|
||||||
<%= link_to comment.commentable.title, comment.commentable %>
|
<%= link_to comment.commentable.title, commentable_path(comment) %>
|
||||||
<br>
|
<br>
|
||||||
<span class="date"><%= l comment.updated_at.to_date %></span>
|
<span class="date"><%= l comment.updated_at.to_date %></span>
|
||||||
<span class="bullet"> • </span>
|
<span class="bullet"> • </span>
|
||||||
|
|||||||
Reference in New Issue
Block a user