From: Etienne Massip Date: Fri, 18 Nov 2011 22:24:50 +0000 (+0000) Subject: Fixed wiki page version in annotated page (#9597). X-Git-Tag: 1.3.0~174 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=548e27c3436742a8b036180a96120b5ef84d0837;p=redmine.git 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 --- 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) %>)