From be09ba039bad3603f3ce201ea60973046ce4a65a 2011-11-18 22:30:32 From: Etienne Massip Date: 2011-11-18 22:30:32 Subject: [PATCH] Merged r7837 from trunk (#9597). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.2-stable@7838 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/wiki/annotate.rhtml b/app/views/wiki/annotate.rhtml index dfea195..c274f66 100644 --- a/app/views/wiki/annotate.rhtml +++ b/app/views/wiki/annotate.rhtml @@ -6,7 +6,7 @@

<%= @page.pretty_title %>

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