Show More
@@ -636,11 +636,12 b" return '%s_%s_%i' % (h.md5_safe(commit+f" | |||
|
636 | 636 | extra_class = '' |
|
637 | 637 | extra_style = '' |
|
638 | 638 | |
|
639 | if comments and comments[-1].outdated: | |
|
639 | if comments and comments[-1].outdated_at_version(c.at_version_num): | |
|
640 | 640 | extra_class = ' comment-outdated' |
|
641 | 641 | extra_style = 'display: none;' |
|
642 | 642 | |
|
643 | 643 | %> |
|
644 | ||
|
644 | 645 | <div class="reply-thread-container-wrapper${extra_class}" style="${extra_style}"> |
|
645 | 646 | <div class="reply-thread-container${extra_class}"> |
|
646 | 647 | <div class="reply-thread-gravatar"> |
General Comments 0
You need to be logged in to leave comments.
Login now