more beautiful ordergroup edit form
This commit is contained in:
parent
f47237ebe0
commit
1e984df3aa
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
= f.input :contact_person
|
= f.input :contact_person
|
||||||
= f.input :contact_phone
|
= f.input :contact_phone
|
||||||
= f.input :contact_address
|
= f.input :contact_address
|
||||||
= f.input :ignore_apple_restriction
|
= f.input :ignore_apple_restriction, :label => false, :inline_label => true
|
||||||
.form-actions
|
.form-actions
|
||||||
= f.button :submit
|
= f.button :submit
|
||||||
= link_to t('ui.or_cancel'), :back
|
= link_to t('ui.or_cancel'), :back
|
||||||
|
|
Loading…
Reference in a new issue