Browse Source
* CLDC-4154: Add a dropdown for needs type guidance * CLDC-4154: Update tests * fixup! CLDC-4154: Add a dropdown for needs type guidance improve syntax on optional partial improve copy for needs type dropdown * fixup! CLDC-4154: Update tests make needs type page spec for current times * CLDC-4154: Update needs type dropdown title as requested by CORECLDC-4202-update-question-numbers^2
6 changed files with 31 additions and 4 deletions
@ -0,0 +1,5 @@
|
||||
<div class="govuk-body"> |
||||
<%= govuk_details(summary_text: I18n.t("forms.#{@log.form.start_date.year}.lettings.guidance.needs_type.title")) do %> |
||||
<%= I18n.t("forms.#{@log.form.start_date.year}.lettings.guidance.needs_type.content").html_safe %> |
||||
<% end %> |
||||
</div> |
||||
Loading…
Reference in new issue