style fixes

This commit is contained in:
albert
2011-12-06 18:58:26 -05:00
parent 4baf5be7a2
commit 8e3a6c5923
9 changed files with 22 additions and 11 deletions

View File

@@ -52,11 +52,11 @@
<%= render "comments/partials/index/list", :comments => @post.comments, :post => @post, :show_header => false %>
</section>
<section id="notes">
<section id="notes" style="display: none;">
<%= render :partial => "notes/note", :collection => @post.notes.active %>
</section>
<section id="edit">
<section id="edit" style="display: none;">
<%= render "posts/partials/show/edit", :post => @post %>
</section>
</section>