Browse Source

Update spacing (#2569)

pull/2570/head
kosiakkatrina 2 years ago committed by GitHub
parent
commit
3b99ec0518
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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? %> <% 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) %> The mortgage amount <%= log.mortgageused.blank? ? question_link("mortgageused", log, current_user) : question_link("mortgage", log, current_user) %>
<% if log.type == 18 %> <% 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) %> and cash discount <%= question_link("cashdis", log, current_user) %>
added together added together
<% else %> <% else %>

Loading…
Cancel
Save