From 67835aa74d0412d538bee97d975564a8fec5b2c4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 15 Nov 2014 20:46:11 +0000 Subject: [PATCH] Adds a hook at the bottom of the calender (#6586). git-svn-id: http://svn.redmine.org/redmine/trunk@13601 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/calendars/show.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/calendars/show.html.erb b/app/views/calendars/show.html.erb index cc22b58fa..0fd97ac29 100644 --- a/app/views/calendars/show.html.erb +++ b/app/views/calendars/show.html.erb @@ -29,6 +29,8 @@ <% if @query.valid? %> <%= render :partial => 'common/calendar', :locals => {:calendar => @calendar} %> +<%= call_hook(:view_calendars_show_bottom, :year => @year, :month => @month, :project => @project, :query => @query) %> +

<%= l(:text_tip_issue_begin_day) %> <%= l(:text_tip_issue_end_day) %> -- 2.39.5