aboutsummaryrefslogtreecommitdiff
path: root/src/mixins
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-12-16 14:37:56 +0000
committerAkshay <[email protected]>2024-12-16 14:37:56 +0000
commit77ab37ccac0dc67829a4281730a5d95b9a07e512 (patch)
treec5b1913efa89711a29c05fe0a0ec59ca43158cfa /src/mixins
parent2f5c02d6cc67f20b043492c7f4498148fa4c3adb (diff)
search-on-undelete for more comments
Diffstat (limited to 'src/mixins')
-rw-r--r--src/mixins/comment.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixins/comment.pug b/src/mixins/comment.pug
index 26b5918..f46f293 100644
--- a/src/mixins/comment.pug
+++ b/src/mixins/comment.pug
@@ -14,7 +14,7 @@ mixin infoContainer(data, next_id, prev_id)
14 span(class=`${data.is_submitter ? 'op' : ''}`) 14 span(class=`${data.is_submitter ? 'op' : ''}`)
15 | u/#{data.author} #{data.is_submitter ? '(op)' : ''} 15 | u/#{data.author} #{data.is_submitter ? '(op)' : ''}
16 | &nbsp;·&nbsp; 16 | &nbsp;·&nbsp;
17 if data.collapsed_reason_code == "DELETED" 17 if data.collapsed_reason_code == "DELETED" || data.author == "[deleted]"
18 a(href=`https://undelete.pullpush.io${data.permalink}`) search on undelete 18 a(href=`https://undelete.pullpush.io${data.permalink}`) search on undelete
19 | &nbsp;·&nbsp; 19 | &nbsp;·&nbsp;
20 | #{timeDifference(Date.now(), data.created * 1000)} 20 | #{timeDifference(Date.now(), data.created * 1000)}