2013-02-22 00:19:22 +01:00
|
|
|
- title t('.title')
|
2009-01-15 12:14:01 +01:00
|
|
|
|
2016-03-06 13:56:33 +01:00
|
|
|
- unless FoodsoftConfig[:disable_invite]
|
|
|
|
%p= t('.invite_new', invite_link: link_to(t('.invite_link'), new_invite_path(id: @workgroup.id))).html_safe
|
2011-05-16 00:34:43 +02:00
|
|
|
= simple_form_for [:foodcoop, @workgroup] do |f|
|
2014-04-29 19:21:03 +02:00
|
|
|
= render 'shared/group_form_fields', f: f
|
2012-10-09 02:31:10 +02:00
|
|
|
.form-actions
|
|
|
|
= f.submit
|
2013-04-04 02:49:52 +02:00
|
|
|
= link_to t('ui.or_cancel'), foodcoop_workgroups_path
|