summaryrefslogtreecommitdiff
path: root/app/views/phone_models/_form_core.html.haml
blob: b406d6e39a66b0028a116e0a9bd07b591476ca34 (plain)
1
2
3
4
.inputs
  = f.input :name, :label => t('phone_models.form.name.label'), :hint => conditional_hint('phone_models.form.name.hint')
  = f.input :product_manual_homepage_url, :label => t('phone_models.form.product_manual_homepage_url.label'), :hint => conditional_hint('phone_models.form.product_manual_homepage_url.hint')
  = f.input :product_homepage_url, :label => t('phone_models.form.product_homepage_url.label'), :hint => conditional_hint('phone_models.form.product_homepage_url.hint')