Browse Source

Update spacing

pull/2569/head
Kat 2 years ago
parent
commit
d30132cfeb
  1. 2
      app/views/form/guidance/_financial_calculations_shared_ownership.html.erb

2
app/views/form/guidance/_financial_calculations_shared_ownership.html.erb

@ -3,7 +3,7 @@
<% if log.mortgage_used? || log.mortgageused.blank? %>
The mortgage amount <%= log.mortgageused.blank? ? question_link("mortgageused", log, current_user) : question_link("mortgage", log, current_user) %>
<% if log.type == 18 %>
, cash deposit <%= question_link("deposit", log, current_user) %>,
, cash deposit <%= question_link("deposit", log, current_user) %>,
and cash discount <%= question_link("cashdis", log, current_user) %>
added together
<% else %>

Loading…
Cancel
Save