diff --git a/app/views/savings_goals/index.html.erb b/app/views/savings_goals/index.html.erb index bd5f0a550..009e9c26e 100644 --- a/app/views/savings_goals/index.html.erb +++ b/app/views/savings_goals/index.html.erb @@ -106,12 +106,12 @@ <% end %> <% if @active_goals.any? %> -
+
<%= t(".ongoing_section.heading") %> · <%= @active_goals.size %>
-
+
<% @active_goals.each do |goal| %> <%= render Savings::GoalCardComponent.new(goal: goal) %> <% end %> @@ -128,12 +128,12 @@ <% if @completed_goals.any? %>
-
+
<%= t(".completed_section.heading") %> · <%= @completed_goals.size %>
-
+
<% @completed_goals.each do |goal| %> <%= render Savings::GoalCardComponent.new(goal: goal) %> <% end %>