enable group by project for tickler

This commit is contained in:
Reinier Balt 2013-04-20 20:20:57 +02:00
parent 8b464112ad
commit caec4f214a
2 changed files with 7 additions and 1 deletions

View file

@ -2,7 +2,11 @@
<%= empty_message_holder("deferred_pending", @not_done_todos.empty?) %>
<%= render :partial => @contexts, :locals => { :settings => {:collapsible => true} } %>
<%= show_grouped_todos %>
<% if @group_view_by == 'project' -%>
<%= show_todos_without_project(@todos_without_project) -%>
<% end -%>
</div>
<div id="input_box">