summaryrefslogtreecommitdiffstats
path: root/app/views/wiki/_content.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/wiki/_content.rhtml')
-rw-r--r--app/views/wiki/_content.rhtml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/wiki/_content.rhtml b/app/views/wiki/_content.rhtml
index 3f7c14201..0c6f4d648 100644
--- a/app/views/wiki/_content.rhtml
+++ b/app/views/wiki/_content.rhtml
@@ -1,5 +1,3 @@
<div class="wiki">
- <% cache "wiki/show/#{content.page.id}/#{content.version}" do %>
- <%= textilizable content.text, :attachments => content.page.attachments %>
- <% end %>
+ <%= textilizable content.text, :attachments => content.page.attachments %>
</div>