Skip to content

Commit

Permalink
Merge pull request #8007 from ministryofjustice/ctskf-1000-ur-footer-…
Browse files Browse the repository at this point in the history
…link

[CTSKF-1000] Add user research panel link to footer
  • Loading branch information
mpw5 authored Jan 6, 2025
2 parents 2ab1d14 + 0752d29 commit 913e4c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/layouts/_footer.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
%li.govuk-footer__inline-list-item
= govuk_footer_link_to t('.feedback'), new_feedback_path

%li.govuk-footer__inline-list-item
= govuk_footer_link_to t('.research'), Settings.research_panel_url

%li.govuk-footer__inline-list-item
= t('.service_owner_html', link: 'https://mojdigital.blog.gov.uk/')

Expand Down
1 change: 1 addition & 0 deletions config/locales/en/views/layouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ en:
copyright_html: "© Crown copyright"
feedback: Feedback
licence_html: All content is available under the <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, except where otherwise stated
research: Join our research panel
service_owner_html: <span>Built by</span> <a class="govuk-footer__link" href="%{link}"><abbr title="Ministry of Justice">MOJ Digital Services</abbr></a>
support_link: Support links
terms_and_conditions: Terms and Conditions
Expand Down
2 changes: 2 additions & 0 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,5 @@ maat_api_oauth_url: <%=ENV['OAUTH_URL']%>
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
google_api_key: <%= ENV["GOOGLE_API_KEY"] %>
survey_monkey_bearer_token: <%= ENV["SURVEY_MONKEY_BEARER_TOKEN"] %>

research_panel_url: https://forms.office.com/Pages/ResponsePage.aspx?id=KEeHxuZx_kGp4S6MNndq2BpeqOUlDIpGmeYA_28YLbNUMjJaNVJIMzdQMkRLRUFEM05VVEFNSlpCQS4u

0 comments on commit 913e4c7

Please sign in to comment.