Skip to content

Commit

Permalink
Update header logo link
Browse files Browse the repository at this point in the history
  • Loading branch information
injms committed Jun 4, 2021
1 parent 53bfb35 commit 5dcb53a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/views/root/_error_page.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
emergency_banner: emergency_banner,
full_width: false,
global_bar: user_satisfaction_survey + global_bar,
logo_link: Plek.new.website_root.present? ? Plek.new.website_root : "https://www.gov.uk/",
title: "#{heading} - GOV.UK",
} do %>
<div class="govuk-grid-row">
Expand Down
2 changes: 1 addition & 1 deletion app/views/root/_gem_base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
emergency_banner: emergency_banner,
full_width: full_width,
global_bar: user_satisfaction_survey + global_bar,
logo_link: Plek.new.website_root.present? ? Plek.new.website_root : "https://www.gov.uk/",
navigation_items: [
{
text: "Account",
Expand All @@ -45,5 +46,4 @@
},
}],
title: content_for?(:title) ? yield(:title) : "GOV.UK - The best place to find government services and information",

} %>

0 comments on commit 5dcb53a

Please sign in to comment.