diff --git a/rhodecode/templates/base/sidebar.mako b/rhodecode/templates/base/sidebar.mako --- a/rhodecode/templates/base/sidebar.mako +++ b/rhodecode/templates/base/sidebar.mako @@ -89,9 +89,9 @@ if is_pr: version_info = (' made in older version (v{})'.format(comment_ver_index) if is_from_old_ver == 'true' else ' made in this version') %> - ## NEW, since refresh + ## new comments, since refresh % if existing_ids and comment_obj.comment_id not in existing_ids: -
+
!
% endif