[ARVADOS] updated: 888e08c4bd321745607ca35cd71fa6c53ece0405
Git user
git at public.curoverse.com
Fri Aug 11 15:31:19 EDT 2017
Summary of changes:
apps/workbench/app/views/layouts/body.html.erb | 5 +++++
1 file changed, 5 insertions(+)
via 888e08c4bd321745607ca35cd71fa6c53ece0405 (commit)
from 14edbf1a2327edf9e797928f6095153f22b486be (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 888e08c4bd321745607ca35cd71fa6c53ece0405
Author: Tom Clegg <tom at curoverse.com>
Date: Fri Aug 11 15:30:30 2017 -0400
12033: Add top nav link to multisite search.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curoverse.com>
diff --git a/apps/workbench/app/views/layouts/body.html.erb b/apps/workbench/app/views/layouts/body.html.erb
index 3315027..a2256a0 100644
--- a/apps/workbench/app/views/layouts/body.html.erb
+++ b/apps/workbench/app/views/layouts/body.html.erb
@@ -29,6 +29,11 @@ SPDX-License-Identifier: AGPL-3.0 %>
<% if current_user %>
<% if current_user.is_active %>
<li>
+ <%= link_to(controller: 'collections', action: 'multisite') do %>
+ Multisite search (beta)
+ <% end %>
+ </li>
+ <li>
<form class="navbar-form" role="search"
data-search-modal=
"<%= url_for(
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list