diff options
author | Etienne Massip <etienne.massip@gmail.com> | 2011-11-18 22:30:32 +0000 |
---|---|---|
committer | Etienne Massip <etienne.massip@gmail.com> | 2011-11-18 22:30:32 +0000 |
commit | be09ba039bad3603f3ce201ea60973046ce4a65a (patch) | |
tree | d53d678562c986b29bafe3414830a2592c2abfba | |
parent | a5adecb40c071180e5c4c6ff7ea1bf711fb925de (diff) | |
download | redmine-be09ba039bad3603f3ce201ea60973046ce4a65a.tar.gz redmine-be09ba039bad3603f3ce201ea60973046ce4a65a.zip |
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
-rw-r--r-- | app/views/wiki/annotate.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/wiki/annotate.rhtml b/app/views/wiki/annotate.rhtml index dfea19581..c274f66a5 100644 --- a/app/views/wiki/annotate.rhtml +++ b/app/views/wiki/annotate.rhtml @@ -6,7 +6,7 @@ <h2><%= @page.pretty_title %></h2> <p> -<%= 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 %> <em>(<%= @annotate.content.author ? @annotate.content.author.name : "anonyme" %>, <%= format_time(@annotate.content.updated_on) %>)</em> </p> |