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