%#-- copyright OpenProject is a project management system. Copyright (C) 2012-2013 the OpenProject Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. See doc/COPYRIGHT.rdoc for more details. ++#%>
<%= link_to_previous_month(@year, @month, :project => @project) %> | <%= link_to_next_month(@year, @month, :project => @project) %>
<% end %> <%= error_messages_for 'query' %> <% if @query.valid? %> <%= render :partial => 'common/calendar', :locals => {:calendar => @calendar} %><%= l(:text_tip_issue_begin_day) %> <%= l(:text_tip_issue_end_day) %> <%= l(:text_tip_issue_begin_end_day) %>
<% end %> <% content_for :sidebar do %> <%= render :partial => 'issues/sidebar' %> <% end %> <% html_title(l(:label_calendar)) -%>