diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb
index 46ee9b688..49af90d88 100644
--- a/app/views/posts/show.html.erb
+++ b/app/views/posts/show.html.erb
@@ -124,9 +124,7 @@
<% if @post.has_notes? %>
- <% cache("p/#{@post.id}/n/#{@post.last_noted_at.to_i}") do %>
- <%= render :partial => "notes/note", :collection => @post.notes.active %>
- <% end %>
+ <%= render partial: "notes/note", collection: @post.notes.active %>
<% end %>