diff --git a/app/views/calendars/show.html.erb b/app/views/calendars/show.html.erb index a898f98..aa9ff73 100644 --- a/app/views/calendars/show.html.erb +++ b/app/views/calendars/show.html.erb @@ -37,6 +37,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_task_begin_day) %> <%= l(:text_tip_task_end_day) %>