From dcf26d69815117ff3365246a044c9e1676d23757 Mon Sep 17 00:00:00 2001 From: Kevin McConnell Date: Thu, 6 Feb 2025 14:41:05 +0000 Subject: [PATCH] Hide these buttons when there's no current bucket These depend on having a bucket to link to, but in the case of an "All buckets" view, we don't have one. So we can hide them in that case. --- app/views/bubbles/index.html.erb | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/app/views/bubbles/index.html.erb b/app/views/bubbles/index.html.erb index 24367f146..c9b37fe45 100644 --- a/app/views/bubbles/index.html.erb +++ b/app/views/bubbles/index.html.erb @@ -5,10 +5,11 @@ <% content_for :header do %> <% end %>