summaryrefslogtreecommitdiff
path: root/app/views/gs_parameters/_form_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/gs_parameters/_form_core.html.haml')
-rw-r--r--app/views/gs_parameters/_form_core.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/gs_parameters/_form_core.html.haml b/app/views/gs_parameters/_form_core.html.haml
new file mode 100644
index 0000000..70b3773
--- /dev/null
+++ b/app/views/gs_parameters/_form_core.html.haml
@@ -0,0 +1,4 @@
+.inputs
+ = f.input :value, :label => t('gs_parameters.form.value.label'), :hint => conditional_hint('gs_parameters.form.value.hint'), :autofocus => true
+ = f.input :class_type, :collection => ['String', 'Integer', 'Boolean', 'YAML', 'Nil'], :label => t('gs_parameters.form.class_type.label'), :hint => conditional_hint('gs_parameters.form.class_type.hint'), :include_blank => false
+ = f.input :description, :label => t('gs_parameters.form.description.label'), :hint => conditional_hint('gs_parameters.form.description.hint')