Fixed new user invite.
This commit is contained in:
parent
fc8418bc8e
commit
6f7682d6a0
16 changed files with 59 additions and 91 deletions
|
|
@ -1,3 +1,7 @@
|
|||
%p
|
||||
Neue Mitglieder kannst du
|
||||
= link_to "hier", new_invite_path(id: @workgroup.id)
|
||||
einladen.
|
||||
= simple_form_for [:admin, @workgroup] do |f|
|
||||
= render :layout => 'shared/group_form_fields', :locals => {:f => f} do
|
||||
%h3 Zugriff auf ..
|
||||
|
|
@ -7,4 +11,4 @@
|
|||
= f.input :role_article_meta
|
||||
= f.input :role_orders
|
||||
= f.submit
|
||||
= link_to "oder abbrechen", admin_workgroups_path
|
||||
= link_to "oder abbrechen", admin_workgroups_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue