11 lines
510 B
Plaintext
11 lines
510 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 %>"
|
|
data-controller="thread"
|
|
data-thread-my-comment-class="comment--mine">
|
|
<%# Template Dependency: comments/comment %>
|
|
<%# Template Dependency: rollups/rollup %>
|
|
<%= render partial: "thread_entries/thread_entry", collection: bubble.thread.entries, cache: true %>
|
|
<%= render "comments/new", bubble: bubble %>
|
|
</section>
|