@@ -21,7 +21,7 | |||
|
21 | 21 | <%= link_to((l(:label_next) + ' »'), :action => 'show', :id => @page.title, :project_id => @page.project, :version => (@content.version + 1)) + " - " if @content.version < @page.content.version %> |
|
22 | 22 | <%= link_to(l(:label_current_version), :action => 'show', :id => @page.title, :project_id => @page.project) %> |
|
23 | 23 | <br /> |
|
24 |
<em><%= @content.author ? @content.author |
|
|
24 | <em><%= @content.author ? link_to_user(@content.author) : "anonyme" %>, <%= format_time(@content.updated_on) %> </em><br /> | |
|
25 | 25 | <%=h @content.comments %> |
|
26 | 26 | </p> |
|
27 | 27 | <hr /> |
@@ -58,4 +58,4 | |||
|
58 | 58 | <%= render :partial => 'sidebar' %> |
|
59 | 59 | <% end %> |
|
60 | 60 | |
|
61 | <% html_title @page.pretty_title %> | |
|
61 | <% html_title h(@page.pretty_title) %> |
General Comments 0
You need to be logged in to leave comments.
Login now