Submit social housing lettings and sales data (CORE)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<%= turbo_frame_tag "case_log_form", target: "_top" do %>
|
|
|
|
<div class="govuk-grid-row">
|
|
|
|
<div class="govuk-grid-column-two-thirds">
|
|
|
|
<h1 class="govuk-heading-xl">Tasklist for log
|
|
|
|
<%= @case_log.id %></h1>
|
|
|
|
|
|
|
|
<h2 class="govuk-heading-s govuk-!-margin-bottom-2">This submission is
|
|
|
|
<%= @case_log.status %></h2>
|
|
|
|
<p class="govuk-body govuk-!-margin-bottom-7">You've completed 0 of 9 sections.</p>
|
|
|
|
<p class="govuk-body govuk-!-margin-bottom-7">
|
|
|
|
<a href="#">Skip to next incomplete section</a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<%= render "tasklist", locals: { form: @form } %>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<% end %>
|