summaryrefslogtreecommitdiff
path: root/app/views/manufacturers/_form_core.html.haml
blob: 84b85c923b2423b80d242176a7ff70bde28f352c (plain)
1
2
3
4
.inputs
  = f.input :name, :label => t('manufacturers.form.name.label'), :hint => conditional_hint('manufacturers.form.name.hint')
  = f.input :ieee_name, :label => t('manufacturers.form.ieee_name.label'), :hint => conditional_hint('manufacturers.form.ieee_name.hint')
  = f.input :homepage_url, :label => t('manufacturers.form.homepage_url.label'), :hint => conditional_hint('manufacturers.form.homepage_url.hint')