7 lines
241 B
Plaintext
7 lines
241 B
Plaintext
<%= messages_tag(bubble) do %>
|
|
<%# Template Dependency: comments/comment %>
|
|
<%# Template Dependency: event_summaries/event_summary %>
|
|
<%= render bubble.messages, cached: true %>
|
|
<%= render "comments/new", bubble: bubble %>
|
|
<% end %>
|