Browse Source

add route to check answers page

pull/863/head
Ted-U 3 years ago committed by baarkerlounger
parent
commit
dc5ecd2d60
  1. 3
      app/views/form/check_answers.html.erb

3
app/views/form/check_answers.html.erb

@ -1,8 +1,7 @@
<% content_for :title, "#{subsection.id.humanize} - Check your answers" %>
<% content_for :breadcrumbs, govuk_breadcrumbs(breadcrumbs: {
"Logs" => "/logs",
"Log #{@log.id}" => "/logs/#{@log.id}",
subsection.label => "",
"Log #{@log.id}" => send("#{@log.class.name.underscore}_path", @log),
}) %>
<div class="govuk-grid-row">

Loading…
Cancel
Save