diff --git a/app/views/events/_event.html.erb b/app/views/events/_event.html.erb index 6afa4ce39..cc94bbb16 100644 --- a/app/views/events/_event.html.erb +++ b/app/views/events/_event.html.erb @@ -5,7 +5,8 @@ style: "grid-column-start: #{ event_column(event) }; --panel-border-radius: 0.7em; --panel-padding: 0.3em 0.6em; --panel-size: auto; --bubble-color: #{ bubble.color }; #{ bubble_rotation(bubble) }", data: { controller: "animation", animation_play_class: "bubble--wobble", animation_play_on_load_value: "true", action: "mouseover->animation#play", timeline_target: "item", datetime: event.created_at.iso8601 } do %>
-
+
<%= bubble.title %> + <%= bubble.bucket.name %>
<% end %>