This commit is contained in:
Toks
2013-12-03 19:48:07 -05:00
parent c358de020b
commit 6ff2cf9e4a

View File

@@ -73,7 +73,7 @@
</section>
<section id="notes" style="display: none;">
<% cache("p/#{@post.id}/n/#{@post.last_noted_at.to_i}") do
<% cache("p/#{@post.id}/n/#{@post.last_noted_at.to_i}") do %>
<%= render :partial => "notes/note", :collection => @post.notes.active %>
<% end %>
</section>