From 7f71c5b78a25b5e270da86ca71f6827337d8aac2 Mon Sep 17 00:00:00 2001 From: Ernest Walzel Date: Thu, 22 Nov 2018 15:55:21 +0100 Subject: [PATCH 1/2] Fix link context in step-by-step templates Link context (price) wasn't showing correctly previously --- docs/views/templates/start-with-step-by-step.html | 8 +++----- docs/views/templates/step-by-step-navigation.html | 5 ++--- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/views/templates/start-with-step-by-step.html b/docs/views/templates/start-with-step-by-step.html index 7c3a9bd6c5..d19dce6ab8 100644 --- a/docs/views/templates/start-with-step-by-step.html +++ b/docs/views/templates/start-with-step-by-step.html @@ -105,7 +105,7 @@

  1. - £34 to £43 + Apply for your first provisional driving licence £34 to £43
@@ -208,8 +208,7 @@

  1. - £23 - + Book your theory test £23
  2. What to take to your test @@ -251,8 +250,7 @@

    1. - £62 to £75 - + Book your driving test £62 to £75
    2. What to take to your test diff --git a/docs/views/templates/step-by-step-navigation.html b/docs/views/templates/step-by-step-navigation.html index d68af312cb..fabbc841dd 100644 --- a/docs/views/templates/step-by-step-navigation.html +++ b/docs/views/templates/step-by-step-navigation.html @@ -199,8 +199,7 @@

      1. - £23 - + Book your theory test £23
      2. What to take to your test @@ -241,7 +240,7 @@

        1. - £62 to £75 + Book your driving test £62 to £75
        2. From fa1bff4406645586b58cfa8d96ba092f4debcba4 Mon Sep 17 00:00:00 2001 From: igloosi Date: Mon, 26 Nov 2018 10:45:39 +0000 Subject: [PATCH 2/2] Document in changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0afb94289..ccd991b929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Unreleased +Fixes: + +- [#647 Fix link context in step-by-step templates](https://github.com/alphagov/govuk-prototype-kit/pull/647) + Internal: - [#640 Replace Mocha with Jest](https://github.com/alphagov/govuk-prototype-kit/pull/640)