From f70e9080437dfed3cb6666763f1ef5ca57e1afd4 Mon Sep 17 00:00:00 2001 From: Guillem Arias Date: Mon, 11 May 2026 12:34:43 +0200 Subject: [PATCH] fix(savings): add bottom padding so last card clears the mobile fixed bottom-nav --- app/views/savings_goals/index.html.erb | 2 +- app/views/savings_goals/show.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/savings_goals/index.html.erb b/app/views/savings_goals/index.html.erb index cb78e01a3..bc383c4c8 100644 --- a/app/views/savings_goals/index.html.erb +++ b/app/views/savings_goals/index.html.erb @@ -1,4 +1,4 @@ -
+

<%= t(".title") %>

<%= t(".subtitle") %>

diff --git a/app/views/savings_goals/show.html.erb b/app/views/savings_goals/show.html.erb index 8a9a02f82..9d875280d 100644 --- a/app/views/savings_goals/show.html.erb +++ b/app/views/savings_goals/show.html.erb @@ -1,4 +1,4 @@ -
+
<%= link_to savings_goals_path, class: "inline-flex items-center gap-1 text-secondary hover:text-primary" do %> <%= icon("arrow-left", size: "sm") %>