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