diff --git a/app/views/savings_goals/index.html.erb b/app/views/savings_goals/index.html.erb index bc383c4c8..47788c3c6 100644 --- a/app/views/savings_goals/index.html.erb +++ b/app/views/savings_goals/index.html.erb @@ -106,6 +106,11 @@ <% end %> <% if @active_goals.any? %> +
+ <%= t(".ongoing_section.heading") %> + · + <%= @active_goals.size %> +
<% @active_goals.each do |goal| %> <%= render Savings::GoalCardComponent.new(goal: goal) %> @@ -123,8 +128,7 @@ <% if @completed_goals.any? %>
-
- <%= icon("circle-check-big", size: "sm") %> +
<%= t(".completed_section.heading") %> · <%= @completed_goals.size %> diff --git a/config/locales/views/savings_goals/en.yml b/config/locales/views/savings_goals/en.yml index 9966600f4..38d1c57fc 100644 --- a/config/locales/views/savings_goals/en.yml +++ b/config/locales/views/savings_goals/en.yml @@ -20,6 +20,8 @@ en: goals_section: heading: Goals subtitle: Save toward what matters. + ongoing_section: + heading: Ongoing completed_section: heading: Completed search: