Files
fizzy/app/views/bubbles/_messages.html.erb
T
2024-10-28 10:14:39 -06:00

11 lines
497 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, cache: true %>
<%= render "comments/new", bubble: bubble %>
</section>