Add help text to new/edit actions

This commit is contained in:
Maximilian Grundke
2018-03-08 15:07:05 +01:00
parent 81a079a256
commit d510639d72
3 changed files with 3 additions and 0 deletions

View File

@ -16,4 +16,5 @@
.form-group
= f.label(:hint)
= f.text_field(:hint, class: 'form-control')
.help-block == t('error_templates.hints.hint_templates')
.actions = render('shared/submit_button', f: f, object: @error_template)