foodsoft/app/views/admin/workgroups/_form.html.haml

15 lines
451 B
Plaintext
Raw Normal View History

2012-08-06 12:00:40 +02:00
%p
Neue Mitglieder kannst du
= link_to "hier", new_invite_path(id: @workgroup.id)
einladen.
2011-06-10 13:22:15 +02:00
= simple_form_for [:admin, @workgroup] do |f|
= render :layout => 'shared/group_form_fields', :locals => {:f => f} do
%h3 Zugriff auf ..
= f.input :role_admin
= f.input :role_finance
= f.input :role_suppliers
= f.input :role_article_meta
= f.input :role_orders
= f.submit
2012-08-06 12:00:40 +02:00
= link_to "oder abbrechen", admin_workgroups_path