12519: Moved multisite search to its own URL
[arvados.git] / apps / workbench / app / views / layouts / body.html.erb
index 15f654596cbb501e8e86ccb24138d986c2f625e3..9c3e3e9832751c8e1832fa7f32df10bc4da8e5e5 100644 (file)
@@ -34,7 +34,7 @@ SPDX-License-Identifier: AGPL-3.0 %>
                     <%=
                        target = Rails.configuration.multi_site_search
                        if target == true
-                         target = {controller: 'collections', action: 'multisite'}
+                         target = {controller: 'multisite', action: 'search'}
                        end
                        link_to("Multi-site search", target, {class: 'btn btn-default'}) %>
                   </form>