summaryrefslogtreecommitdiff
path: root/app/views/manufacturers/_form_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/manufacturers/_form_core.html.haml')
-rw-r--r--app/views/manufacturers/_form_core.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/manufacturers/_form_core.html.haml b/app/views/manufacturers/_form_core.html.haml
new file mode 100644
index 0000000..84b85c9
--- /dev/null
+++ b/app/views/manufacturers/_form_core.html.haml
@@ -0,0 +1,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')