]> source.dussan.org Git - redmine.git/commitdiff
Fixed wiki page version in annotated page (#9597).
authorEtienne Massip <etienne.massip@gmail.com>
Fri, 18 Nov 2011 22:24:50 +0000 (22:24 +0000)
committerEtienne Massip <etienne.massip@gmail.com>
Fri, 18 Nov 2011 22:24:50 +0000 (22:24 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7837 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/wiki/annotate.html.erb

index b95c620697c94a8e97aed8dc05d3293ee321584f..a0e97370d73089f574d0446fff365f75d3b5562d 100644 (file)
@@ -10,8 +10,8 @@
 
 <p>
 <%= 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 %>
 <em>(<%= h(@annotate.content.author ?
              @annotate.content.author.name : l(:label_user_anonymous))
       %>, <%= format_time(@annotate.content.updated_on) %>)</em>