@@ -15,14 +15,14 | |||||
15 |
|
15 | |||
16 | <% if @content.version != @page.content.version %> |
|
16 | <% if @content.version != @page.content.version %> | |
17 | <p> |
|
17 | <p> | |
18 |
<%= link_to(( |
|
18 | <%= link_to(("\xc2\xab " + l(:label_previous)), | |
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('diff', :controller => 'wiki', :action => 'diff', |
|
22 | <%= '(' + link_to('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) + ')' if @content.version > 1 %> - | |
25 |
<%= link_to((l(:label_next) + |
|
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 %> | |
28 | <%= link_to(l(:label_current_version), :action => 'show', :id => @page.title, :project_id => @page.project) %> |
|
28 | <%= link_to(l(:label_current_version), :action => 'show', :id => @page.title, :project_id => @page.project) %> |
General Comments 0
You need to be logged in to leave comments.
Login now