From 7ed44063ed7b9bd66bf1250a8efbf7b56eca2912 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Thu, 23 Oct 2025 15:40:51 -0700 Subject: [PATCH] Move up the conditional --- app/views/cards/display/perma/_collection.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/cards/display/perma/_collection.html.erb b/app/views/cards/display/perma/_collection.html.erb index cc9a27517..2a6108431 100644 --- a/app/views/cards/display/perma/_collection.html.erb +++ b/app/views/cards/display/perma/_collection.html.erb @@ -1,6 +1,6 @@ <%= render "cards/display/common/collection", card: card do %> -
> - <% if Current.user.collections.count > 1 %> + <% if Current.user.collections.count > 1 %> +
>
+
+ <% end %> <% end %>