##// END OF EJS Templates
Merged r7837 from trunk (#9597)....
Etienne Massip -
r7718:be09ba039bad
parent child
Show More
@@ -6,7 +6,7
6 <h2><%= @page.pretty_title %></h2>
6 <h2><%= @page.pretty_title %></h2>
7
7
8 <p>
8 <p>
9 <%= l(:label_version) %> <%= link_to @annotate.content.version, :action => 'show', :id => @page.title, :version => @annotate.content.version %>
9 <%= l(:label_version) %> <%= link_to @annotate.content.version, :action => 'show', :project_id => @project, :id => @page.title, :version => @annotate.content.version %>
10 <em>(<%= @annotate.content.author ? @annotate.content.author.name : "anonyme" %>, <%= format_time(@annotate.content.updated_on) %>)</em>
10 <em>(<%= @annotate.content.author ? @annotate.content.author.name : "anonyme" %>, <%= format_time(@annotate.content.updated_on) %>)</em>
11 </p>
11 </p>
12
12
General Comments 0
You need to be logged in to leave comments. Login now