diff --git a/app/assets/images/splash-logos/Tate_Logo.png b/app/assets/images/splash-logos/Tate_Logo.png index 9ac03026..1f30cc3c 100644 Binary files a/app/assets/images/splash-logos/Tate_Logo.png and b/app/assets/images/splash-logos/Tate_Logo.png differ diff --git a/app/views/splash/index.html.erb b/app/views/splash/index.html.erb index 855c0586..a3937d9e 100644 --- a/app/views/splash/index.html.erb +++ b/app/views/splash/index.html.erb @@ -20,6 +20,7 @@
  • National Trust
  • Royal Botanic Gardens, Kew
  • Science Museum Group
  • +
  • Tate
  • The British Museum
  • Visit one repository at a time, or use the search box to search and explore publications, reports, datasets and papers from across our combined content. @@ -60,16 +61,21 @@ <%= image_tag("splash-logos/NT_logo.png", class: "tenant-logo", alt: "The National Trust") %> <% end %> -
    +
    <%= link_to "//#{host_for('sciencemuseumgroup')}" do %> <%= image_tag("splash-logos/SMGLogo.png", class: "tenant-logo", alt: "Science Museum Group") %> <% end %>
    -
    +
    <%= link_to "//#{host_for('nls')}" do %> <%= image_tag("splash-logos/NLSLogo.png", class: "tenant-logo", alt: "National Library of Scotland (Leabharlann NĂ iseanta na h-Alba)") %> <% end %>
    +
    + <%= link_to "//#{host_for('tate')}" do %> + <%= image_tag("splash-logos/Tate_Logo.png", class: "tenant-logo", alt: "Tate") %> + <% end %> +
    diff --git a/app/views/themes/bl_shared_home/splash/_index.html.erb b/app/views/themes/bl_shared_home/splash/_index.html.erb index 4bd70bcd..c3bc0222 100644 --- a/app/views/themes/bl_shared_home/splash/_index.html.erb +++ b/app/views/themes/bl_shared_home/splash/_index.html.erb @@ -19,6 +19,7 @@
  • National Trust
  • Royal Botanic Gardens, Kew
  • Science Museum Group
  • +
  • Tate
  • The British Museum
  • Visit one repository at a time, or use the search box to search and explore publications, reports, datasets and papers from across our combined content. @@ -59,16 +60,21 @@ <%= image_tag("splash-logos/NT_logo.png", class: "tenant-logo", alt: "The National Trust") %> <% end %> -
    +
    <%= link_to "//#{host_for('sciencemuseumgroup')}" do %> <%= image_tag("splash-logos/SMGLogo.png", class: "tenant-logo", alt: "Science Museum Group") %> <% end %>
    -
    +
    <%= link_to "//#{host_for('nls')}" do %> <%= image_tag("splash-logos/NLSLogo.png", class: "tenant-logo", alt: "National Library of Scotland (Leabharlann NĂ iseanta na h-Alba)") %> <% end %>
    +
    + <%= link_to "//#{host_for('tate')}" do %> + <%= image_tag("splash-logos/Tate_Logo.png", class: "tenant-logo", alt: "Tate") %> + <% end %> +
    diff --git a/config/irus_analytics_config.yml b/config/irus_analytics_config.yml index 8b005528..ebef85e1 100644 --- a/config/irus_analytics_config.yml +++ b/config/irus_analytics_config.yml @@ -67,3 +67,5 @@ production: source_repository: sciencemuseumgroup.iro.bl.uk nls.iro.bl.uk: source_repository: nls.iro.bl.uk + tate.iro.bl.uk: + source_repository: tate.iro.bl.uk