summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/wiki/annotate.html.erb4
1 files 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 @@
<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>