foodsoft/app/views/tasks/workgroup.haml

11 lines
162 B
Plaintext

- title t('.title', workgroup: @group.name)
= render 'nav'
%section
%h3= t '.title_all'
= render 'list', tasks: @group.open_tasks
%br/
= link_to_top