diff options
Diffstat (limited to 'app/views/gs_parameters/edit.html.haml')
-rw-r--r-- | app/views/gs_parameters/edit.html.haml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/views/gs_parameters/edit.html.haml b/app/views/gs_parameters/edit.html.haml new file mode 100644 index 0000000..b456f43 --- /dev/null +++ b/app/views/gs_parameters/edit.html.haml @@ -0,0 +1,15 @@ +- content_for :title, t("gs_parameters.edit.page_title") + +%p + %strong= t('gs_parameters.show.name') + ":" + = @gs_parameter.name +- if !@gs_parameter.entity.blank? + %p + %strong= t('gs_parameters.show.entity') + ":" + = @gs_parameter.entity +- if !@gs_parameter.section.blank? + %p + %strong= t('gs_parameters.show.section') + ":" + = @gs_parameter.section + += render "form"
\ No newline at end of file |