From 349606da92b57aa5f37b08be306676ac1e60b9ce Mon Sep 17 00:00:00 2001 From: Max Froumentin Date: Wed, 21 Feb 2018 14:08:48 +0000 Subject: [PATCH] Add GDS footer link in search result pages https://trello.com/c/xHv07SqL/175-add-built-by-gds-to-footer --- app/views/layouts/search.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/search.html.erb b/app/views/layouts/search.html.erb index f616ddef..193d4df8 100644 --- a/app/views/layouts/search.html.erb +++ b/app/views/layouts/search.html.erb @@ -38,6 +38,7 @@
  • <%= link_to 'Privacy', privacy_path %>
  • <%= link_to 'Terms and conditions', terms_path %>
  • <%= link_to 'Support', support_path %>
  • +
  • Built by the <%= link_to 'Government Digital Service', 'https://www.gov.uk/government/organisations/government-digital-service' %>
  • <% end %>