diff options
author | Etienne Massip <etienne.massip@gmail.com> | 2011-11-18 22:24:50 +0000 |
---|---|---|
committer | Etienne Massip <etienne.massip@gmail.com> | 2011-11-18 22:24:50 +0000 |
commit | 548e27c3436742a8b036180a96120b5ef84d0837 (patch) | |
tree | 149ed08c6d42b856d2e1a88283c7e53d53fa1c56 /app | |
parent | 872f6313960948f89e845ac0cb55637ff5a47f55 (diff) | |
download | redmine-548e27c3436742a8b036180a96120b5ef84d0837.tar.gz redmine-548e27c3436742a8b036180a96120b5ef84d0837.zip |
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
Diffstat (limited to 'app')
-rw-r--r-- | app/views/wiki/annotate.html.erb | 4 |
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> |