From 3e02fd4ae5ccf828f55bed8b096ba9ef1a8c804d Mon Sep 17 00:00:00 2001 From: Tom Smyth Date: Tue, 2 Aug 2016 12:51:10 -0400 Subject: [PATCH] 23498: Added wiki context menu plugin hook --- 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 1cbfcbc..cdf7b4b 100644 --- a/app/views/wiki/show.html.erb +++ b/app/views/wiki/show.html.erb @@ -15,6 +15,7 @@ <% end %> <% end %> <%= link_to_if_authorized(l(:label_history), {:action => 'history', :id => @page.title}, :class => 'icon icon-history') %> +<%= call_hook(:view_wiki_context_menu, :page => @page) %> <%= wiki_page_breadcrumb(@page) %> -- 2.7.4 (Apple Git-66)