Skip to content

Commit

Permalink
Update breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
gms-gs committed May 10, 2024
1 parent ed3b5f1 commit 568ef3c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions app/views/account/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<% content_for :breadcrumbs, govuk_breadcrumbs(breadcrumbs: { t("home") => claims_root_path }, collapse_on_mobile: true) %>
<% content_for(:page_title) { t(".page_title") } %>

<div class="govuk-width-container">
Expand Down
2 changes: 1 addition & 1 deletion app/views/claims/pages/accessibility.en.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% content_for :breadcrumbs, govuk_breadcrumbs(breadcrumbs: { t("home") => claims_root_path, t(".page_title") => claims_accessibility_path }, collapse_on_mobile: true) %>
<% content_for :breadcrumbs, govuk_breadcrumbs(breadcrumbs: { t("home") => claims_root_path }, collapse_on_mobile: true) %>
<% content_for :page_title, t(".page_title") %>

<div class="govuk-width-container">
Expand Down
2 changes: 1 addition & 1 deletion app/views/claims/pages/cookies.en.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% content_for :breadcrumbs, govuk_breadcrumbs(breadcrumbs: { t("home") => claims_root_path, t(".page_title") => claims_cookies_path }, collapse_on_mobile: true) %>
<% content_for :breadcrumbs, govuk_breadcrumbs(breadcrumbs: { t("home") => claims_root_path }, collapse_on_mobile: true) %>
<% content_for :page_title, t(".page_title") %>

<div class="govuk-width-container">
Expand Down
2 changes: 1 addition & 1 deletion app/views/claims/pages/grant_conditions.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<% content_for :breadcrumbs, govuk_breadcrumbs(breadcrumbs: { t("home") => claims_root_path, t(".page_title") => claims_grant_conditions_path }, collapse_on_mobile: true) %>
<% content_for :breadcrumbs, govuk_breadcrumbs(breadcrumbs: { t("home") => claims_root_path }, collapse_on_mobile: true) %>
<%= render partial: "claims/schools/grant_conditions", locals: { with_contents: true, page_title: t(".page_title") } %>
2 changes: 1 addition & 1 deletion app/views/claims/pages/privacy.en.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% content_for :breadcrumbs, govuk_breadcrumbs(breadcrumbs: { t("home") => claims_root_path, t(".page_title") => claims_privacy_path }, collapse_on_mobile: true) %>
<% content_for :breadcrumbs, govuk_breadcrumbs(breadcrumbs: { t("home") => claims_root_path }, collapse_on_mobile: true) %>
<% content_for :page_title, t(".page_title") %>

<div class="govuk-width-container">
Expand Down
2 changes: 1 addition & 1 deletion app/views/claims/pages/terms.en.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% content_for :breadcrumbs, govuk_breadcrumbs(breadcrumbs: { t("home") => claims_root_path, t(".page_title") => claims_terms_path }, collapse_on_mobile: true) %>
<% content_for :breadcrumbs, govuk_breadcrumbs(breadcrumbs: { t("home") => claims_root_path }, collapse_on_mobile: true) %>
<% content_for :page_title, t(".page_title") %>

<div class="govuk-width-container">
Expand Down

0 comments on commit 568ef3c

Please sign in to comment.