2012-10-15 21:19:17 +02:00
|
|
|
- unless @ordergroup.new_record?
|
|
|
|
%p
|
|
|
|
Neue Mitglieder kannst du
|
|
|
|
= link_to "hier", new_invite_path(id: @ordergroup.id), remote: true
|
|
|
|
einladen.
|
2011-06-10 01:36:04 +02:00
|
|
|
= 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
|
2012-09-30 13:34:16 +02:00
|
|
|
= f.input :ignore_apple_restriction
|
2012-10-15 21:19:17 +02:00
|
|
|
.form-actions
|
|
|
|
= f.button :submit
|
|
|
|
= link_to "oder abbrechen", :back
|