Commit f6eb6fd1711980285ea6e45f3a354661addcc10e

Authored by Rodrigo Souto
1 parent 93ecef8d

article-versions: change button text

app/views/content_viewer/article_versions.rhtml
1 1 <div class="article-versions">
2   - <%= button(:back, _('Go back to post'), {:action => 'view_page'}) %>
  2 + <%= button(:back, _('Go back to latest version'), {:action => 'view_page'}) %>
3 3 </div>
4 4  
5 5 <%= article_title(@page, :no_link => true) %>
... ...