From 07c2c53c495b77f8c32a9bdd310ddea5ff8b3ad3 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 25 Mar 2025 13:43:52 -0500 Subject: [PATCH] Close attribute --- app/views/bubbles/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/bubbles/index.html.erb b/app/views/bubbles/index.html.erb index 3ba7d8d81..e86df1790 100644 --- a/app/views/bubbles/index.html.erb +++ b/app/views/bubbles/index.html.erb @@ -33,7 +33,7 @@ <% end %> -
+
<% if @bubbles.any? %> <%= render "display_count_selector", display_count: @display_count, filter: @filter %> <%= render partial: "bubbles/card", collection: @bubbles.limit(@display_count), as: :bubble, cached: true %>