<%= t("savings_goals.show.no_contributions_yet") %>
+<% else %> +<%= t("savings_goals.show.no_contributions_yet") %>
- <% else %> -<%= row[:account].name %>
+<%= row[:account].subtype&.titleize || row[:account].accountable_type %> · <%= t("savings_goals.show.funding_balance", amount: Money.new(row[:account].balance, row[:account].currency).format) %>
<%= row[:money].format %>
+<%= percent_for(row[:amount]) %>% <%= t("savings_goals.show.of_saved") %>
+<%= goal.name %>
- <%= render Savings::StatusPillComponent.new(goal: goal) %> +<%= goal.name %>
+<%= secondary_line %>
+<%= linked_accounts_label %>
+ <%= progress_percent %>% +<%= t("savings_goals.show.no_contributions_yet") %>
+<%= t("savings_goals.show.no_contributions_yet") %>
+<%= contribution.account.name %>
-<%= I18n.l(contribution.contributed_at, format: :long) %> · <%= t("savings_goals.show.source.#{contribution.source}") %>
+<%= contribution.account.name %>
++ <%= I18n.l(contribution.contributed_at, format: :long) %> · + <%= t("savings_goals.show.source.#{contribution.source}") %> +
<%= t(".subtitle") %>
+