Skip to content

Commit

Permalink
Merge pull request #476 from mikeshawdev/feature/add-kit-version-to-f…
Browse files Browse the repository at this point in the history
…ooter

Add kit version to footer
  • Loading branch information
joelanman authored Aug 15, 2018
2 parents 3ed4a3c + 11daa48 commit 6a282f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
New Features:

- [Rename and reorganise template pages to be easier to use](https://github.com/alphagov/govuk-prototype-kit/pull/578)
- [Add kit version and link to footer](https://github.com/alphagov/govuk-prototype-kit/pull/476)

Bug fixes:

Expand Down
4 changes: 4 additions & 0 deletions app/views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
{{ govukFooter({
meta: {
items: [
{
href: "https://govuk-prototype-kit.herokuapp.com/",
text: "GOV.UK Prototype Kit " + releaseVersion
},
{
href: "/prototype-admin/clear-data",
text: "Clear data"
Expand Down

0 comments on commit 6a282f9

Please sign in to comment.