foodsoft/app/views/tasks/workgroup.haml

9 lines
170 B
Plaintext
Raw Normal View History

2013-04-12 00:00:02 +02:00
- title t('.title', workgroup: @group.name)
= render 'nav'
2009-01-06 11:49:19 +01:00
2012-10-08 21:52:03 +02:00
%section
2013-04-12 00:00:02 +02:00
%h3= t '.title_all'
= render 'shared/task_list', tasks: @group.open_tasks
2012-10-08 21:52:03 +02:00
%br/
= link_to_top