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:
Nicolas Stepien 2013-04-23 18:40:44 +02:00
parent 1614acd005
commit c042e19d39

View File

@ -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