OPs should be marked as [Dead] instead of [Deleted].
We don't know if it was deleted or died of age, this is more appropriate.
This commit is contained in:
parent
1614acd005
commit
c042e19d39
@ -171,9 +171,9 @@ class Post
|
||||
unless strong = $ 'strong.warning', @nodes.info
|
||||
strong = $.el 'strong',
|
||||
className: 'warning'
|
||||
textContent: '[Deleted]'
|
||||
textContent: if @isReply then '[Deleted]' else '[Dead]'
|
||||
$.after $('input', @nodes.info), strong
|
||||
strong.textContent = if file then '[File deleted]' else '[Deleted]'
|
||||
strong.textContent = if file then '[File deleted]' else if @isReply then '[Deleted]' else '[Dead]'
|
||||
|
||||
return if @isClone
|
||||
for clone in @clones
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user