Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
3d938a36
Commit
3d938a36
authored
Oct 07, 2014
by
alexpott
Browse files
Issue
#2350505
by BarisW: Fixed Remove stray 'new' class on comments.
parent
5f1d08d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/comment/templates/comment.html.twig
View file @
3d938a36
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment