diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-11-29 16:36:36 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-11-29 16:36:36 +0000 |
commit | 370f8660fbd2cf6406b5708cb9d84aacce598899 (patch) | |
tree | bea161df5a68fe2fd69143eda2308cf1cecd2a50 /app | |
parent | 0fac1a54402ca128231302015bf990699f2df426 (diff) | |
download | redmine-370f8660fbd2cf6406b5708cb9d84aacce598899.tar.gz redmine-370f8660fbd2cf6406b5708cb9d84aacce598899.zip |
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
Diffstat (limited to 'app')
-rw-r--r-- | app/views/wiki/show.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
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') %> </div> <%= wiki_page_breadcrumb(@page) %> |