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

13 lines
483 B
Plaintext
Raw Normal View History

2013-02-03 18:36:03 +01:00
%p= t('.first_paragraph', url: link_to(t('.here'), new_invite_path(id: @workgroup.id), remote: true)).html_safe
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
%h4= t 'admin.access_to'
2011-06-10 13:22:15 +02:00
= f.input :role_admin
= f.input :role_finance
= f.input :role_suppliers
= f.input :role_article_meta
= f.input :role_orders
.form-actions
= f.button :submit
= link_to t('ui.or_cancel'), :back