@@ -19,7 +19,7 | |||
|
19 | 19 | :action => 'show', :id => @page.title, :project_id => @page.project, |
|
20 | 20 | :version => (@content.version - 1)) + " - " if @content.version > 1 %> |
|
21 | 21 | <%= "#{l(:label_version)} #{@content.version}/#{@page.content.version}" %> |
|
22 |
<%= '(' + link_to( |
|
|
22 | <%= '(' + link_to(l(:label_diff), :controller => 'wiki', :action => 'diff', | |
|
23 | 23 | :id => @page.title, :project_id => @page.project, |
|
24 | 24 | :version => @content.version) + ')' if @content.version > 1 %> - |
|
25 | 25 | <%= link_to((l(:label_next) + " \xc2\xbb"), :action => 'show', |
General Comments 0
You need to be logged in to leave comments.
Login now