fix workgroup link task list
This commit is contained in:
parent
6bbc614e42
commit
675f0e6d16
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@
|
||||||
%section
|
%section
|
||||||
%h3
|
%h3
|
||||||
= group.name
|
= group.name
|
||||||
%small= link_to t('.show_group_tasks'), workgroup_tasks_path(group)
|
%small= link_to t('.show_group_tasks'), workgroup_tasks_path(workgroup_id: group)
|
||||||
= render 'list', tasks: tasks
|
= render 'list', tasks: tasks
|
||||||
= link_to_top
|
= link_to_top
|
||||||
|
|
Loading…
Reference in a new issue