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) %>)