Files
fizzy/app/views/bubbles/_thread.html.erb
T
2024-10-23 14:28:21 -06:00

5 lines
333 B
Plaintext

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