##// END OF EJS Templates
Fixed wiki page version in annotated page (#9597)....
Etienne Massip -
r7717:548e27c34367
parent child
Show More
@@ -10,8 +10,8
10 10
11 11 <p>
12 12 <%= l(:label_version) %> <%= link_to h(@annotate.content.version),
13 :action => 'show', :id => @page.title,
14 :version => @annotate.content.version %>
13 :action => 'show', :project_id => @project,
14 :id => @page.title, :version => @annotate.content.version %>
15 15 <em>(<%= h(@annotate.content.author ?
16 16 @annotate.content.author.name : l(:label_user_anonymous))
17 17 %>, <%= format_time(@annotate.content.updated_on) %>)</em>
General Comments 0
You need to be logged in to leave comments. Login now