Showing reason why a screenshot was reported
This commit is contained in:
parent
5bffa5dfbb
commit
cecb5f47cc
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ class Screenshot < ActiveRecord::Base
|
|||
# Short status text for admins
|
||||
def adminstatus
|
||||
if self.markedfordelete
|
||||
'Removal requested'
|
||||
"Removal requested > #{self.delete_reason}"
|
||||
elsif self.approved
|
||||
'Public'
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue