1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 06:55:21 +02:00

kick for tests

This commit is contained in:
hatz 2025-05-15 20:40:24 -05:00
parent 09623619c8
commit 4d589627e3
No known key found for this signature in database

View file

@ -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 %>