From 370f8660fbd2cf6406b5708cb9d84aacce598899 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 29 Nov 2018 16:36:36 +0000 Subject: [PATCH] Restore History link at the top of a wiki page (#26575). git-svn-id: http://svn.redmine.org/redmine/trunk@17660 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/wiki/show.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/wiki/show.html.erb b/app/views/wiki/show.html.erb index b72a0e0d3..5f25e50ee 100644 --- a/app/views/wiki/show.html.erb +++ b/app/views/wiki/show.html.erb @@ -14,6 +14,7 @@ <%= link_to_if_authorized(l(:button_rollback), {:action => 'edit', :id => @page.title, :version => @content.version }, :class => 'icon icon-cancel') %> <% end %> <% end %> +<%= link_to_if_authorized(l(:label_history), {:action => 'history', :id => @page.title}, :class => 'icon icon-history') %> <%= wiki_page_breadcrumb(@page) %>