Tags on deleted image pages for non-staff.

This commit is contained in:
Nebbie Zebbie 2020-08-08 06:26:10 +00:00 committed by byte[]
parent 5b760436a1
commit 9a9ce118c5

View file

@ -34,3 +34,7 @@
= if can?(@conn, :hide, @image) do
= render PhilomenaWeb.ImageView, "show.html", assigns
- else
p
strong Tags:
= render PhilomenaWeb.TagView, "_tag_list.html", tags: display_order(@image.tags), conn: @conn