fix for comment/show
This commit is contained in:
11
app/views/comments/show.html.erb
Normal file
11
app/views/comments/show.html.erb
Normal file
@@ -0,0 +1,11 @@
|
||||
<div id="c-comments">
|
||||
<div id="a-show">
|
||||
<div class="comments-for-post">
|
||||
<div class="list-of-comments">
|
||||
<%= render "comments/partials/show/comment", :post => @comment.post, :comment => @comment, :show_header => false %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
Reference in New Issue
Block a user