mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-12 04:03:08 +00: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:
parent
0615af737d
commit
bb1363483d
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user