From 3734564c2334c66e4ad2f605d69beb7a0ab2d8f3 Mon Sep 17 00:00:00 2001 From: Guillem Arias Date: Mon, 11 May 2026 12:37:22 +0200 Subject: [PATCH] fix(savings): bump space between ONGOING/COMPLETED header and goal grid --- app/views/savings_goals/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/savings_goals/index.html.erb b/app/views/savings_goals/index.html.erb index 47788c3c6..bd5f0a550 100644 --- a/app/views/savings_goals/index.html.erb +++ b/app/views/savings_goals/index.html.erb @@ -106,7 +106,7 @@ <% end %> <% if @active_goals.any? %> -
+
<%= t(".ongoing_section.heading") %> · <%= @active_goals.size %> @@ -128,7 +128,7 @@ <% if @completed_goals.any? %>
-
+
<%= t(".completed_section.heading") %> · <%= @completed_goals.size %>