Implement comments
This commit is contained in:
7
templates/comment/new.stream.html.twig
Normal file
7
templates/comment/new.stream.html.twig
Normal file
@@ -0,0 +1,7 @@
|
||||
{% block success_stream %}
|
||||
<turbo-stream action="append" targets="#comments">
|
||||
<template>
|
||||
{{ include('comment/comment.html.twig') }}
|
||||
</template>
|
||||
</turbo-stream>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user