summaryrefslogtreecommitdiff
path: root/app/views/gs_nodes/_form_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/gs_nodes/_form_core.html.haml')
-rw-r--r--app/views/gs_nodes/_form_core.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/gs_nodes/_form_core.html.haml b/app/views/gs_nodes/_form_core.html.haml
new file mode 100644
index 0000000..2355e52
--- /dev/null
+++ b/app/views/gs_nodes/_form_core.html.haml
@@ -0,0 +1,7 @@
+.inputs
+ = f.input :name, :label => t('gs_nodes.form.name.label'), :hint => conditional_hint('gs_nodes.form.name.hint')
+ = f.input :ip_address, :label => t('gs_nodes.form.ip_address.label'), :hint => conditional_hint('gs_nodes.form.ip_address.hint')
+ = f.input :site, :label => t('gs_nodes.form.site.label'), :hint => conditional_hint('gs_nodes.form.site.hint')
+ = f.input :element_name, :label => t('gs_nodes.form.element_name.label'), :hint => conditional_hint('gs_nodes.form.element_name.hint')
+ = f.input :push_updates_to, :label => t('gs_nodes.form.push_updates_to.label'), :hint => conditional_hint('gs_nodes.form.push_updates_to.hint')
+ = f.input :accepts_updates_from, :label => t('gs_nodes.form.accepts_updates_from.label'), :hint => conditional_hint('gs_nodes.form.accepts_updates_from.hint')