Browse Source

feat: update logs link (#955)

pull/958/head
natdeanlewissoftwire 2 years ago committed by GitHub
parent
commit
e5452b145c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/views/form/review.html.erb

2
app/views/form/review.html.erb

@ -1,7 +1,7 @@
<% content_for :title, "Review lettings log" %>
<% content_for :breadcrumbs, govuk_breadcrumbs(breadcrumbs: {
"Logs" => "/logs",
"Log #{@log.id}" => "/logs/#{@log.id}",
"Log #{@log.id}" => "/lettings-logs/#{@log.id}",
"Review lettings log" => "",
}) %>

Loading…
Cancel
Save