mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-22 14:59:26 +01:00
fix edited dates on replies (ref pr #106)
This commit is contained in:
parent
b97adac749
commit
6bcb181cb1
@ -166,7 +166,7 @@ module.exports = function() {
|
||||
ups = `${kFormatter(comment.ups)} points`
|
||||
}
|
||||
if(comment.edited) {
|
||||
edited_span = `<span title="last edited ${toUTCString(comments.edited)}">*</span>`
|
||||
edited_span = `<span title="last edited ${toUTCString(comment.edited)}">*</span>`
|
||||
}
|
||||
if(comment.controversiality > 0) {
|
||||
controversial_span = `<span class="controversial" title="this comment is voted as controversial">†</span>`
|
||||
|
Loading…
Reference in New Issue
Block a user