72ef31c0ec
Show all unassigned task in the dashboard to make it more interesting for members to pick tasks. Some members do not (want to) click on the task list very often it is not clear if there are new tasks if we show the number of unassigned tasks only.
8 lines
170 B
Text
8 lines
170 B
Text
- title t('.title', workgroup: @group.name)
|
|
= render 'nav'
|
|
|
|
%section
|
|
%h3= t '.title_all'
|
|
= render 'shared/task_list', tasks: @group.open_tasks
|
|
%br/
|
|
= link_to_top
|