mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
23 lines
No EOL
787 B
Text
23 lines
No EOL
787 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, :undelete, @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. |