Files
fizzy/app/views/bubbles/threads/_thread.html.erb
T
2024-10-12 23:23:12 -06:00

7 lines
291 B
Plaintext

<% bubble = thread.bubble %>
<section id="<%= dom_id(bubble, :thread) %>" class="comments align-center center borderless margin flex flex-column gap-half" style="--bubble-color: <%= bubble.color %>;">
<%= render thread.entries %>
<%= render "comments/new", bubble: bubble %>
</section>