-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove HFEYP Beta Label Remove HFEYP Beta label by deleting refrences, removing the slim and changing the margin to padding * Add Feedback Banner Add banner requesting feedback above footer for every page --------- Co-authored-by: dfeetenby <[email protected]>
- Loading branch information
1 parent
8303b14
commit 79cbc61
Showing
12 changed files
with
79 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#feedback-cta | ||
.dfe-width-container | ||
.govuk-grid-row | ||
.govuk-grid-column-full | ||
= m(t('feedback.cta')) | ||
|
||
= govuk_link_to 'Give Feedback', Rails.configuration.feedback_url, class: 'govuk-button' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
= govuk_breadcrumbs(breadcrumbs: breadcrumbs, collapse_on_mobile: true) | ||
|
||
.govuk-grid-row class='govuk-!-margin-top-9' | ||
.govuk-grid-row class='govuk-!-padding-top-1' | ||
.govuk-grid-column-three-quarters | ||
h1.govuk-heading-xl class='govuk-!-margin-bottom-4' | ||
h1.govuk-heading-xl class='govuk-!-padding-top-1' | ||
= title | ||
p.govuk-body-l | ||
p.govuk-body-l | ||
= description |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,12 @@ en: | |
service: | ||
name: Help for early years providers | ||
email: [email protected] | ||
phase_banner_html: This is a new service, your %{feedback_link} will help us improve it. | ||
feedback: | ||
cta: | | ||
Give feedback to help us improve this website | ||
links: | ||
footer: | ||
feedback: Feedback | ||
admin: | ||
articles: | ||
create: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters