diff options
author | Akshay <[email protected]> | 2024-09-01 22:54:20 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2024-09-01 22:54:20 +0100 |
commit | 9547d3d6019fa14f8330bf89a705025c18525c30 (patch) | |
tree | 41f3e02b88cc33787814311b5ee0726d5e6e2c64 /src/mixins/comment.pug | |
parent | 8b5db5e1954de865933fd4de003fdd21d57add4a (diff) |
support video preview and playback with hls streams
Diffstat (limited to 'src/mixins/comment.pug')
-rw-r--r-- | src/mixins/comment.pug | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mixins/comment.pug b/src/mixins/comment.pug index ec01dad..545ee59 100644 --- a/src/mixins/comment.pug +++ b/src/mixins/comment.pug | |||
@@ -10,6 +10,9 @@ mixin comment(com, isfirst) | |||
10 | div.comment-info-container | 10 | div.comment-info-container |
11 | div.info-item u/#{data.author} | 11 | div.info-item u/#{data.author} |
12 | div.info-item ↑ #{fmtnum(data.ups)} | 12 | div.info-item ↑ #{fmtnum(data.ups)} |
13 | if data.collapsed_reason_code == "DELETED" | ||
14 | div.info-item | ||
15 | a(href=`https://undelete.pullpush.io${data.permalink}`) search on undelete | ||
13 | div.comment-body | 16 | div.comment-body |
14 | != data.body_html | 17 | != data.body_html |
15 | div.replies | 18 | div.replies |