Skip to content
Snippets Groups Projects
Commit 3d938a36 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2350505 by BarisW: Fixed Remove stray 'new' class on comments.

parent 5f1d08d7
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@
the server which comments are new for the user. Rendering the final
"new" indicator here would break the render cache.
#}
<mark class="hidden new" data-comment-timestamp="{{ new_indicator_timestamp }}"></mark>
<mark class="hidden" data-comment-timestamp="{{ new_indicator_timestamp }}"></mark>
{% if title %}
<h3{{ title_attributes }}>{{ title }}</h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment