Skip to content

Commit

Permalink
moving condition for displaying comments into comments template
Browse files Browse the repository at this point in the history
  • Loading branch information
keram committed Aug 19, 2012
1 parent 84ac24a commit 563c874
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/views/refinery/blog/posts/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<%= render 'post' %>
</div>

<% if Refinery::Blog::Post.comments_allowed? %>
<%= render 'comments'%>
<% end %>
<%= render 'comments' %>
<% end %>
<%= render '/refinery/blog/shared/body_content_right' %>
Expand Down

0 comments on commit 563c874

Please sign in to comment.