Skip to content

Commit 5e26f32

Browse files
committed
Commented out flags
1 parent e3e8ba8 commit 5e26f32

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

web/themes/custom/hoeringsportal/templates/comment/comment.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
</div>
127127
{% if not is_cancelled and route_name != 'comment.reply' %}
128128
<div class="d-flex mb-2">
129-
<div class="flag-wrapper me-3">{{ content.flag_support_comment }}</div>
129+
{# <div class="flag-wrapper me-3">{{ content.flag_support_comment }}</div> #}
130130
<div class="comment-reply">
131131
<a class="use-ajax text-secondary"
132132
data-dialog-options="{{ dialog_options|json_encode }}" data-dialog-type="modal"

web/themes/custom/hoeringsportal/templates/content/node--dialogue-proposal--full.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<div class="col">
2222
<div class="d-flex flex-wrap px-0">
2323
<div class="me-3">
24-
<span class="flag-wrapper">{{ content.flag_support_proposal }}</span>
24+
{# <span class="flag-wrapper">{{ content.flag_support_proposal }}</span> #}
2525
</div>
2626
<div>
2727
<a href="#comments" class="text-secondary">{{ include('themes/custom/hoeringsportal/templates/animated-svg/icon-deltag-comment.svg.html.twig') }}<span>{% trans %}1 comment{% plural node.field_comments.comment_count %}{{ count }} comments{% endtrans %}</span></a>

web/themes/custom/hoeringsportal/templates/content/node--dialogue-proposal--list-display.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<span class="me-2"><i class="me-2 fa-solid fa-comments"></i>{{ node.field_comments.comment_count }}</span><span>{{ 'Comments'|t }}</span>
8585
</div>
8686
<div>
87-
<span class="flag-wrapper">{{ content.flag_support_proposal }}</span>
87+
{# <span class="flag-wrapper">{{ content.flag_support_proposal }}</span> #}
8888
</div>
8989
</div>
9090
</div>

0 commit comments

Comments
 (0)