##// END OF EJS Templates
sidebar: changed new comment color indicator.
marcink -
r4502:c14cbcd9 stable
parent child Browse files
Show More
@@ -89,9 +89,9 b''
89 if is_pr:
89 if is_pr:
90 version_info = (' made in older version (v{})'.format(comment_ver_index) if is_from_old_ver == 'true' else ' made in this version')
90 version_info = (' made in older version (v{})'.format(comment_ver_index) if is_from_old_ver == 'true' else ' made in this version')
91 %>
91 %>
92 ## NEW, since refresh
92 ## new comments, since refresh
93 % if existing_ids and comment_obj.comment_id not in existing_ids:
93 % if existing_ids and comment_obj.comment_id not in existing_ids:
94 <div class="tooltip" style="position: absolute; left: 8px" title="New comment">
94 <div class="tooltip" style="position: absolute; left: 8px; color: #682668" title="New comment">
95 !
95 !
96 </div>
96 </div>
97 % endif
97 % endif
General Comments 0
You need to be logged in to leave comments. Login now