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

@ -33,4 +33,8 @@
' . Other useful links can be found at the bottom of the page.
= if can?(@conn, :hide, @image) do
= render PhilomenaWeb.ImageView, "show.html", assigns
= render PhilomenaWeb.ImageView, "show.html", assigns
- else
p
strong Tags:
= render PhilomenaWeb.TagView, "_tag_list.html", tags: display_order(@image.tags), conn: @conn