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 %>