From 4d589627e30e7b92009d39a035af7813dd280149 Mon Sep 17 00:00:00 2001 From: hatz Date: Thu, 15 May 2025 20:40:24 -0500 Subject: [PATCH] kick for tests --- app/views/loans/_overview.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/loans/_overview.html.erb b/app/views/loans/_overview.html.erb index e1649583..c1272d73 100644 --- a/app/views/loans/_overview.html.erb +++ b/app/views/loans/_overview.html.erb @@ -12,6 +12,7 @@ <%= summary_card title: t(".interest_rate") do %> <% if account.loan.interest_rate.present? %> <%= number_to_percentage(account.loan.interest_rate, precision: 3) %> + <% else %> <%= t(".unknown") %> <% end %>