2013-02-22 00:19:22 +01:00
|
|
|
- title t('.title')
|
2009-01-15 12:14:01 +01:00
|
|
|
|
2013-02-22 00:19:22 +01:00
|
|
|
%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|
|
2011-06-10 13:22:15 +02:00
|
|
|
= render :partial => 'shared/group_form_fields', :locals => {: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
|