fixed comment listing
This commit is contained in:
@@ -122,7 +122,7 @@ div#c-posts {
|
|||||||
|
|
||||||
div#a-show {
|
div#a-show {
|
||||||
menu#post-sections {
|
menu#post-sections {
|
||||||
margin-top: 1em;
|
margin: 0;
|
||||||
font-size: $h3_size;
|
font-size: $h3_size;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
@@ -156,9 +156,6 @@ div#c-posts {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div#c-explore-posts {
|
|
||||||
}
|
|
||||||
|
|
||||||
div#c-post-versions {
|
div#c-post-versions {
|
||||||
div#a-index {
|
div#a-index {
|
||||||
ins, ins a {
|
ins, ins a {
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<% @posts.each do |post| %>
|
<% @posts.each do |post| %>
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<div class="preview">
|
<div class="preview">
|
||||||
<%= link_to(image_tag(post.preview_file_url, post_path(post)) %>
|
<%= link_to(image_tag(post.preview_file_url), post_path(post)) %>
|
||||||
</div>
|
</div>
|
||||||
<%= render "comments/partials/index/list", :post => post, :comments => post.comments.visible(CurrentUser.user).recent, :show_header => true %>
|
<%= render "comments/partials/index/list", :post => post, :comments => post.comments.visible(CurrentUser.user).recent, :show_header => true %>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user