Commit ce04b5a9f66b02f6868e4d75ffcdbe352f36548f

Authored by Antonio Terceiro
2 parents faeab497 f012cd59

Merge branch 'rel-0.16.0'

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/content_viewer/view_page.rhtml
@@ -73,7 +73,7 @@ @@ -73,7 +73,7 @@
73 73
74 <% if @page.parent && !@page.parent.path.blank? %> 74 <% if @page.parent && !@page.parent.path.blank? %>
75 <div id="article-parent"> 75 <div id="article-parent">
76 - <%= link_to_document(@page.parent, _('Up')) %> 76 + <%= link_to_document(@page.parent, _('Go back')) %>
77 </div> 77 </div>
78 <% end %> 78 <% end %>
79 79