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

Issue #2426639 by mortendk: remove classes from comment modules templates

parent 61eae016
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@
<footer>
{{ user_picture }}
<p class="submitted">{{ submitted }}</p>
<p>{{ submitted }}</p>
{#
Indicate the semantic relationship between parent and child comments
......@@ -95,7 +95,7 @@
reader without this information.
#}
{% if parent %}
<p class="parent visually-hidden">{{ parent }}</p>
<p class="visually-hidden">{{ parent }}</p>
{% endif %}
{{ permalink }}
......@@ -105,7 +105,7 @@
{{ content|without('links') }}
{% if signature %}
<div class="user-signature">
<div>
{{ signature }}
</div>
{% endif %}
......
......@@ -26,14 +26,6 @@
* @see comment_preprocess_field()
*/
#}
{% set field_name_class = field_name|clean_class %}
{%
set title_classes = [
'title',
label_display == 'visually_hidden' ? 'visually-hidden',
]
%}
<section{{ attributes }}>
{% if comments and not label_hidden %}
{{ title_prefix }}
......
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