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

7 lines
276 B
Plaintext
Raw Normal View History

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.submit
= link_to "oder abbrechen", admin_ordergroups_path