Browse Source

Update shared ownership guidance

pull/2562/head
Kat 2 years ago
parent
commit
1adf313958
  1. 5
      app/views/form/guidance/_financial_calculations_shared_ownership.html.erb

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

@ -5,18 +5,21 @@
<% if log.type == 18 %>
, cash deposit <%= question_link("deposit", log, current_user) %>,
and cash discount <%= question_link("cashdis", log, current_user) %>
added together
<% else %>
and cash deposit <%= question_link("deposit", log, current_user) %>
added together
<% end %>
<% elsif log.mortgage_not_used? || log.mortgage_use_unknown? %>
<% if log.type == 18 %>
The cash deposit <%= question_link("deposit", log, current_user) %>,
and cash discount <%= question_link("cashdis", log, current_user) %>
added together
<% else %>
Cash deposit <%= question_link("deposit", log, current_user) %>
<% end %>
<% end %>
added together must equal
must equal
the purchase price <%= question_link("value", log, current_user) %>
<% stairbought_page = log.form.get_question("stairbought", log).page %>
<% if stairbought_page.routed_to?(log, current_user) %>

Loading…
Cancel
Save