Files
fizzy/app/views/bubbles/_messages.html.erb
T
2024-12-12 20:14:09 -06:00

11 lines
498 B
Plaintext

<section id="<%= dom_id(bubble, :messages) %>"
class="comments align-center center borderless margin flex flex-column gap-half"
style="--bubble-color: <%= bubble.color %>"
data-controller="created-by-current-user"
data-created-by-current-user-mine-class="comment--mine">
<%# Template Dependency: comments/comment %>
<%# Template Dependency: event_summaries/event_summary %>
<%= render bubble.messages, cached: true %>
<%= render "comments/new", bubble: bubble %>
</section>