philomena/lib/philomena_web/templates/image/deleted.html.slime
2019-12-07 23:53:18 -05:00

26 lines
No EOL
875 B
Text

.walloftext
.block.block--fixed.block--warning
h1 This image has been deleted
p
' Reason:
strong
= @image.deletion_reason || "Unknown (likely deleted in error). Please contact a moderator."
= if can?(@conn, :hide, @image) do
p
strong> Spoilers!
' Done by:
strong = deleter(@image)
p
' If you originally uploaded the file previously located here, please don't re-upload it -
=> link "contact us", to: "/pages/contact"
' if you feel this was in error and we'll talk! We're only human, and mistakes happen.
p
' Here's the
=> link "tagging guidelines", to: "/pages/tags"
' and
= link "rules of the site", to: "/pages/rules"
' . Other useful links can be found at the bottom of the page.
= if can?(@conn, :hide, @image) do
= render PhilomenaWeb.ImageView, "show.html", assigns