]> source.dussan.org Git - redmine.git/commitdiff
Restore History link at the top of a wiki page (#26575).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 29 Nov 2018 16:36:36 +0000 (16:36 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 29 Nov 2018 16:36:36 +0000 (16:36 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@17660 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/wiki/show.html.erb

index b72a0e0d3429770e31d621e477fee3f076b6b246..5f25e50ee4c3990aac34a2f8bb1191a4f5ed05fb 100644 (file)
@@ -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) %>