# HG changeset patch # User Marcin Kuzminski # Date 2020-10-06 08:09:23 # Node ID c14cbcd90f68ce363f0e1d2359b5a5040bfddbe6 # Parent c3a98398292ccf774d9c0b7e4a15037ff2e760a1 sidebar: changed new comment color indicator. 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