blob: 2b09f6d8fddef92de66ec1d6d196eb68313fbd23 (
plain)
1
2
3
4
5
6
7
|
= simple_form_for([ @manufacturer, @phone_model ]) do |f|
= f.error_notification
= render "form_core", :f => f
.form-actions
= f.button :submit, conditional_t('phone_models.form.submit')
|