From 888e08c4bd321745607ca35cd71fa6c53ece0405 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Fri, 11 Aug 2017 15:30:30 -0400 Subject: [PATCH] 12033: Add top nav link to multisite search. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- apps/workbench/app/views/layouts/body.html.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/workbench/app/views/layouts/body.html.erb b/apps/workbench/app/views/layouts/body.html.erb index 3315027b3d..a2256a0569 100644 --- a/apps/workbench/app/views/layouts/body.html.erb +++ b/apps/workbench/app/views/layouts/body.html.erb @@ -28,6 +28,11 @@ SPDX-License-Identifier: AGPL-3.0 %> <% if current_user %> <% if current_user.is_active %> +
  • + <%= link_to(controller: 'collections', action: 'multisite') do %> + Multisite search (beta) + <% end %> +