From 548e27c3436742a8b036180a96120b5ef84d0837 Mon Sep 17 00:00:00 2001 From: Etienne Massip Date: Fri, 18 Nov 2011 22:24:50 +0000 Subject: [PATCH] Fixed wiki page version in annotated page (#9597). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7837 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/wiki/annotate.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/wiki/annotate.html.erb b/app/views/wiki/annotate.html.erb index b95c62069..a0e97370d 100644 --- a/app/views/wiki/annotate.html.erb +++ b/app/views/wiki/annotate.html.erb @@ -10,8 +10,8 @@

<%= l(:label_version) %> <%= link_to h(@annotate.content.version), - :action => 'show', :id => @page.title, - :version => @annotate.content.version %> + :action => 'show', :project_id => @project, + :id => @page.title, :version => @annotate.content.version %> (<%= h(@annotate.content.author ? @annotate.content.author.name : l(:label_user_anonymous)) %>, <%= format_time(@annotate.content.updated_on) %>)