Commit ed0361d4ca2627cf66c2ebee6db5d537785fb9c2
1 parent
76c22144
Exists in
master
and in
22 other branches
Fix back button of article versions page
(AI3189)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/content_viewer/article_versions.html.erb
1 | <div class="article-versions"> | 1 | <div class="article-versions"> |
2 | - <%= button(:back, _('Go back to latest version'), {:action => 'view_page'}) %> | 2 | + <%= button(:back, _('Go back to latest version'), @page.url) %> |
3 | </div> | 3 | </div> |
4 | 4 | ||
5 | <%= article_title(@page, :no_link => true) %> | 5 | <%= article_title(@page, :no_link => true) %> |