Show More
@@ -645,12 +645,18 b" return '%s_%s_%i' % (h.md5_safe(commit+f" | |||||
645 | <div class="reply-thread-container-wrapper${extra_class}" style="${extra_style}"> |
|
645 | <div class="reply-thread-container-wrapper${extra_class}" style="${extra_style}"> | |
646 | <div class="reply-thread-container${extra_class}"> |
|
646 | <div class="reply-thread-container${extra_class}"> | |
647 | <div class="reply-thread-gravatar"> |
|
647 | <div class="reply-thread-gravatar"> | |
|
648 | % if c.rhodecode_user.username != h.DEFAULT_USER: | |||
648 | ${base.gravatar(c.rhodecode_user.email, 20, tooltip=True, user=c.rhodecode_user)} |
|
649 | ${base.gravatar(c.rhodecode_user.email, 20, tooltip=True, user=c.rhodecode_user)} | |
|
650 | % endif | |||
649 | </div> |
|
651 | </div> | |
|
652 | ||||
650 | <div class="reply-thread-reply-button"> |
|
653 | <div class="reply-thread-reply-button"> | |
|
654 | % if c.rhodecode_user.username != h.DEFAULT_USER: | |||
651 | ## initial reply button, some JS logic can append here a FORM to leave a first comment. |
|
655 | ## initial reply button, some JS logic can append here a FORM to leave a first comment. | |
652 | <button class="cb-comment-add-button" onclick="return Rhodecode.comments.createComment(this, '${f_path}', '${line_no}', null)">Reply...</button> |
|
656 | <button class="cb-comment-add-button" onclick="return Rhodecode.comments.createComment(this, '${f_path}', '${line_no}', null)">Reply...</button> | |
|
657 | % endif | |||
653 | </div> |
|
658 | </div> | |
|
659 | ##% endif | |||
654 | <div class="reply-thread-last"></div> |
|
660 | <div class="reply-thread-last"></div> | |
655 | </div> |
|
661 | </div> | |
656 | </div> |
|
662 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now