style/js fixes

This commit is contained in:
albert
2011-11-03 16:35:16 -04:00
parent d09e80d2f4
commit 5f2f24814d
5 changed files with 5 additions and 20 deletions

View File

@@ -46,7 +46,6 @@
<menu id="post-sections">
<li><a href="#comments">Comments</a></li>
<li><a href="#edit" id="post-edit-link">Edit</a></li>
<li><a href="#notes">Notes</a></li>
</menu>
<section id="comments">
@@ -54,10 +53,6 @@
</section>
<section id="notes">
<% if @post.notes.active.empty? %>
<p>There are no notes.</p>
<% end %>
<%= render :partial => "notes/note", :collection => @post.notes.active %>
</section>