mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-17 11:04:22 +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
|
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
|
= error_tag f, :tag_input
|
||||||
|
|
||||||
= if !@conn.assigns.current_user do
|
= if !@conn.assigns.current_user do
|
||||||
|
|
Loading…
Reference in a new issue