foodsoft/app/views/admin/ordergroups/_form.html.haml

12 lines
477 B
Plaintext
Raw Normal View History

- unless @ordergroup.new_record?
2013-02-03 18:10:11 +01:00
%p= t('.first_paragraph', url: link_to(t('.here'), new_invite_path(id: @ordergroup.id), remote: true)).html_safe
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
= f.input :ignore_apple_restriction
.form-actions
= f.button :submit
= link_to t('ui.or_cancel'), :back