diff options
author | spag <spag@golwen.net> | 2013-01-09 12:48:49 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-09 12:48:49 +0100 |
commit | 2ac13c8df129cedd81950eb7c5697fbd57cd9612 (patch) | |
tree | afbcd896f7a2bb9af4616f12fac553f92478d545 /app/views/gs_parameters | |
parent | a93f71d0c74c51ef744ed9a0b7152ca20160420e (diff) |
entity added
Diffstat (limited to 'app/views/gs_parameters')
-rw-r--r-- | app/views/gs_parameters/_form_core.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/gs_parameters/_form_core.html.haml b/app/views/gs_parameters/_form_core.html.haml index ebb5f2d..c5f435d 100644 --- a/app/views/gs_parameters/_form_core.html.haml +++ b/app/views/gs_parameters/_form_core.html.haml @@ -1,6 +1,7 @@ .inputs - = f.input :name, :label => t('gs_parameters.form.name.label'), :hint => conditional_hint('gs_parameters.form.name.hint') + = f.input :entity, :label => t('gs_parameters.form.entity.label'), :hint => conditional_hint('gs_parameters.form.entity.hint') = f.input :section, :label => t('gs_parameters.form.section.label'), :hint => conditional_hint('gs_parameters.form.section.hint') + = f.input :name, :label => t('gs_parameters.form.name.label'), :hint => conditional_hint('gs_parameters.form.name.hint') = f.input :value, :label => t('gs_parameters.form.value.label'), :hint => conditional_hint('gs_parameters.form.value.hint') = f.input :class_type, :label => t('gs_parameters.form.class_type.label'), :hint => conditional_hint('gs_parameters.form.class_type.hint') = f.input :description, :label => t('gs_parameters.form.description.label'), :hint => conditional_hint('gs_parameters.form.description.hint') |