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
This commit is contained in:
Etienne Massip 2011-11-18 22:24:50 +00:00
parent 872f631396
commit 548e27c343

View File

@ -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>