+1
-1
src/mixins/comment.pug
+1
-1
src/mixins/comment.pug
···
14
14
span(class=`${data.is_submitter ? 'op' : ''}`)
15
15
| u/#{data.author} #{data.is_submitter ? '(op)' : ''}
16
16
| ·
17
-
if data.collapsed_reason_code == "DELETED"
17
+
if data.collapsed_reason_code == "DELETED" || data.author == "[deleted]"
18
18
a(href=`https://undelete.pullpush.io${data.permalink}`) search on undelete
19
19
| ·
20
20
| #{timeDifference(Date.now(), data.created * 1000)}