diff --git a/app/views/form/guidance/_financial_calculations_shared_ownership.html.erb b/app/views/form/guidance/_financial_calculations_shared_ownership.html.erb index e97437936..209fcb4fe 100644 --- a/app/views/form/guidance/_financial_calculations_shared_ownership.html.erb +++ b/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) %>