Skip to content

Commit

Permalink
Merge pull request #3149 from alphagov/fix-footer-links
Browse files Browse the repository at this point in the history
Fix footer links
  • Loading branch information
ChrisBAshton authored Jul 22, 2024
2 parents f43b783 + 0dc94c0 commit 1c38874
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
attributes: { "data-gtm": "footer-content-publishing-guidance" }
},
{
href: guidance_path,
href: "#{Plek.external_url_for('content-publisher')}#{guidance_path}",
text: "What to publish on GOV.UK",
attributes: { "data-gtm": "footer-what-to-publish"}
}
Expand All @@ -135,27 +135,27 @@
title: t("application.footer.documentation"),
items: [
{
href: how_to_use_publisher_path,
href: "#{Plek.external_url_for('content-publisher')}#{how_to_use_publisher_path}",
text: "How to use Content Publisher",
attributes: { "data-gtm": "footer-how-to-use-app" }
},
{
href: publisher_updates_path,
href: "#{Plek.external_url_for('content-publisher')}#{publisher_updates_path}",
text: "What’s new in Content Publisher",
attributes: { "data-gtm": "footer-view-whats-new" }
},
{
href: managing_editors_path,
href: "#{Plek.external_url_for('content-publisher')}#{managing_editors_path}",
text: "What Managing Editors can do",
attributes: { "data-gtm": "footer-what-managing-editors-can-do"}
},
{
href: beta_capabilities_path,
href: "#{Plek.external_url_for('content-publisher')}#{beta_capabilities_path}",
text: "What the Beta can and cannot do",
attributes: { "data-gtm": "footer-beta-capabilities" }
},
{
href: request_training_path,
href: "#{Plek.external_url_for('content-publisher')}#{request_training_path}",
text: "Request Content Publisher training",
attributes: { "data-gtm": "footer-beta-capabilities" }
},
Expand Down

0 comments on commit 1c38874

Please sign in to comment.