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:
parent
872f631396
commit
548e27c343
|
@ -10,8 +10,8 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<%= l(:label_version) %> <%= link_to h(@annotate.content.version),
|
<%= l(:label_version) %> <%= link_to h(@annotate.content.version),
|
||||||
:action => 'show', :id => @page.title,
|
:action => 'show', :project_id => @project,
|
||||||
:version => @annotate.content.version %>
|
:id => @page.title, :version => @annotate.content.version %>
|
||||||
<em>(<%= h(@annotate.content.author ?
|
<em>(<%= h(@annotate.content.author ?
|
||||||
@annotate.content.author.name : l(:label_user_anonymous))
|
@annotate.content.author.name : l(:label_user_anonymous))
|
||||||
%>, <%= format_time(@annotate.content.updated_on) %>)</em>
|
%>, <%= format_time(@annotate.content.updated_on) %>)</em>
|
||||||
|
|
Loading…
Reference in New Issue