From 8a81eb3f8a1ea11cb9729aee9ca26b7cc64ad241 Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Tue, 6 Oct 2020 10:09:23 +0200 Subject: [PATCH] sidebar: changed new comment color indicator. --- rhodecode/templates/base/sidebar.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rhodecode/templates/base/sidebar.mako b/rhodecode/templates/base/sidebar.mako index d6121b07..34f0c763 100644 --- 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