- <%= render 'logs_breadcrumb' %>
+ <%= render partial: 'logs_breadcrumb' %>
<%= content_for(:title) %>
diff --git a/app/views/form/_check_answers_breadcrumb.html.erb b/app/views/form/_check_answers_breadcrumb.html.erb
new file mode 100644
index 000000000..46e7d0d62
--- /dev/null
+++ b/app/views/form/_check_answers_breadcrumb.html.erb
@@ -0,0 +1,11 @@
+
+
+ -
+ Logs
+
+ -
+ Log
+
+ - <%= subsection_name %>
+
+
diff --git a/app/views/form/check_answers.html.erb b/app/views/form/check_answers.html.erb
index 1da554189..321918695 100644
--- a/app/views/form/check_answers.html.erb
+++ b/app/views/form/check_answers.html.erb
@@ -3,6 +3,7 @@
<%= turbo_frame_tag "case_log_form", target: "_top" do %>
+ <%= render partial: 'check_answers_breadcrumb', locals: { subsection_name: subsection.id.humanize } %>
<%= subsection.id.humanize %>
Check your answers
diff --git a/db/schema.rb b/db/schema.rb
index 45a2d88f0..2982c6285 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -162,9 +162,9 @@ ActiveRecord::Schema.define(version: 2022_01_07_103143) do
t.string "why_dont_you_know_la"
t.integer "unitletas"
t.integer "builtype"
+ t.datetime "property_void_date"
t.bigint "owning_organisation_id"
t.bigint "managing_organisation_id"
- t.datetime "property_void_date"
t.integer "renttype"
t.integer "needstype"
t.integer "lettype"