add missing error_tag for tag_input

This commit is contained in:
byte[] 2019-12-21 16:18:56 -05:00
parent 4332ca76c5
commit f0d4bbea12
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@
' . ' .
= render PhilomenaWeb.TagView, "_tag_editor.html", f: f, name: :tag_input, type: :edit, extra: [value: @image.tag_list_cache] = render PhilomenaWeb.TagView, "_tag_editor.html", f: f, name: :tag_input, type: :edit, extra: [value: @image.tag_list_cache]
= error_tag f, :tag_input
= if !@conn.assigns.current_user do = if !@conn.assigns.current_user do
.block.block--fixed.block--warning .block.block--fixed.block--warning

View file

@ -56,6 +56,7 @@
' tags, including ratings and applicable artist tags ' tags, including ratings and applicable artist tags
= render PhilomenaWeb.TagView, "_tag_editor.html", f: f, name: :tag_input, type: :upload = render PhilomenaWeb.TagView, "_tag_editor.html", f: f, name: :tag_input, type: :upload
= error_tag f, :tag_input
button.button.button--state-success.button--separate-left.button--bold id="tagsinput-save" type="button" title="This button saves the tags listed above to your browser, allowing you to retrieve them again by clicking the Load button" Save button.button.button--state-success.button--separate-left.button--bold id="tagsinput-save" type="button" title="This button saves the tags listed above to your browser, allowing you to retrieve them again by clicking the Load button" Save
button.button.button--state-warning.button--separate-left.button--bold id="tagsinput-load" type="button" title="This button loads any saved tags from your browser" Load button.button.button--state-warning.button--separate-left.button--bold id="tagsinput-load" type="button" title="This button loads any saved tags from your browser" Load