mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
cancel comments in entity notifications
This commit is contained in:
parent
59cdf07c7e
commit
da22532587
@ -122,12 +122,6 @@
|
|||||||
|
|
||||||
{{ _self.content(_context) }}
|
{{ _self.content(_context) }}
|
||||||
|
|
||||||
{% if with_folded_comments is defined and with_folded_comments != false %}
|
|
||||||
</div>{# close previous flex-table and reopen it after #}
|
|
||||||
{% include 'ChillMainBundle:Notification:_item_comments.html.twig' %}
|
|
||||||
<div class="flex-table">
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ _self.title(_context) }}
|
{{ _self.title(_context) }}
|
||||||
|
@ -5,10 +5,7 @@
|
|||||||
{% include 'ChillMainBundle:Notification:_list_item.html.twig' with {
|
{% include 'ChillMainBundle:Notification:_list_item.html.twig' with {
|
||||||
'full_content': true,
|
'full_content': true,
|
||||||
'fold_item': true,
|
'fold_item': true,
|
||||||
'action_button': false,
|
'action_button': true,
|
||||||
'with_folded_comments': true,
|
|
||||||
'appendCommentForm': appendCommentForms[notification.id],
|
|
||||||
'editedCommentForm': null,
|
|
||||||
} %}{#
|
} %}{#
|
||||||
#}
|
#}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user