retrospring/app/views/comment/index.html.haml
2023-10-15 18:42:30 +02:00

3 lines
203 B
Text

= turbo_frame_tag "ab-comments-list-#{a.id}" do
%div{ id: "ab-smiles-#{a.id}" }= render "answerbox/smiles", a:
%div{ id: "ab-comments-#{a.id}" }= render "answerbox/comments", a:, comments: @comments