Files
herbarium/templates/comment/deleted.stream.html.twig
2024-06-10 20:56:02 +02:00

4 lines
123 B
Twig

{% block success_stream %}
<turbo-stream action="remove" target="comment_{{ comment }}"></turbo-stream>
{% endblock %}