mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 21:47:59 +01:00
add missing error_tag for tag_input
This commit is contained in:
parent
4332ca76c5
commit
f0d4bbea12
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
' .
|
||||
|
||||
= 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
|
||||
.block.block--fixed.block--warning
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
' tags, including ratings and applicable artist tags
|
||||
|
||||
= 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-warning.button--separate-left.button--bold id="tagsinput-load" type="button" title="This button loads any saved tags from your browser" Load
|
||||
|
|
Loading…
Reference in a new issue