Skip to content

Commit

Permalink
Merge pull request #341 from ukparliament/update-footer
Browse files Browse the repository at this point in the history
Add accessibility link to footer
  • Loading branch information
david-fuller-pds authored Sep 24, 2019
2 parents 570b270 + 8c03358 commit 4845fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/pugin/components/_footer.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.container
%h2.logo= I18n.t('pugin.components.footer.uk_parliament')
%ul.list
%li= link_to( I18n.t('pugin.components.footer.accessibility_statement'), 'https://www.parliament.uk/site-information/accessibility/' )
%li= link_to( I18n.t('pugin.components.footer.current_website'), 'http://www.parliament.uk' )
%li= link_to( I18n.t('pugin.components.footer.cookie_policy'), meta_cookie_policy_path() )
%li= link_to( I18n.t('pugin.components.footer.privacy_notice'), 'https://www.parliament.uk/site-information/data-protection/data-protection-and-privacy-policy/')
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ en:
how_to_vote: 'how to vote'
footer:
uk_parliament: "UK Parliament"
accessibility_statement: "Accessibility Statement"
current_website: "Current Parliament.uk website"
cookie_policy: "Cookie Policy"
privacy_notice: "Data protection and privacy policy"
Expand Down

0 comments on commit 4845fe0

Please sign in to comment.