mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
more careful with image tags
This commit is contained in:
parent
c92fd79868
commit
20bc8c1416
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
a href="/pages/spoilers" spoiler guidelines
|
||||
' .
|
||||
|
||||
= 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: Enum.map_join(display_order(@image.tags), ", ", & &1.name)]
|
||||
= error_tag f, :tag_input
|
||||
|
||||
= if !@conn.assigns.current_user do
|
||||
|
|
Loading…
Reference in a new issue