@@ -14,7 +14,7 | |||
|
14 | 14 | <%= wiki_page_breadcrumb(@page) %> |
|
15 | 15 | |
|
16 | 16 | <% if @content.version != @page.content.version %> |
|
17 |
<p> |
|
|
17 | <p> | |
|
18 | 18 | <%= link_to(("\xc2\xab " + l(:label_previous)), |
|
19 | 19 | :action => 'show', :id => @page.title, :project_id => @page.project, |
|
20 | 20 | :version => (@content.version - 1)) + " - " if @content.version > 1 %> |
General Comments 0
You need to be logged in to leave comments.
Login now