mirror of
https://github.com/redmine/redmine.git
synced 2026-03-06 12:31:40 +01:00
replaced cache hash key with a string
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@313 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<% end %>
|
||||
|
||||
<div class="wiki">
|
||||
<% cache :action => 'page', :id => @page.id, :ver => @content.version do %>
|
||||
<% cache "wiki/show/#{@page.id}/#{@content.version}" do %>
|
||||
<%= textilizable @content.text %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user