Fixed new user invite.

This commit is contained in:
benni 2012-08-06 12:00:40 +02:00
parent fc8418bc8e
commit 6f7682d6a0
16 changed files with 59 additions and 91 deletions

View file

@ -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