mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-16 09:16:32 +01:00
enable group by project for tickler
This commit is contained in:
parent
8b464112ad
commit
caec4f214a
2 changed files with 7 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue