Reorder roles and add icons
This commit is contained in:
parent
07311aa032
commit
de794a48b0
9 changed files with 22 additions and 20 deletions
|
|
@ -2,11 +2,11 @@
|
|||
= simple_form_for [:admin, @workgroup] do |f|
|
||||
- captured = capture do
|
||||
%h4= t 'admin.access_to'
|
||||
= f.input :role_admin
|
||||
= f.input :role_finance
|
||||
= f.input :role_suppliers
|
||||
= f.input :role_article_meta
|
||||
= f.input :role_orders
|
||||
= f.input :role_finance
|
||||
= f.input :role_admin
|
||||
= render 'shared/group_form_fields', :f => f, captured: captured
|
||||
.form-actions
|
||||
= f.button :submit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue