1 <%# Copyright (C) The Arvados Authors. All rights reserved.
3 SPDX-License-Identifier: AGPL-3.0 %>
5 <% content_for :tab_line_buttons do %>
6 <div class="input-group">
7 <input type="text" class="form-control filterable-control recent-pipeline-instances-filterable-control"
8 placeholder="Search pipeline instances"
9 data-filterable-target="#recent-pipeline-instances"
10 <%# Just for the double-load test in FilterableInfiniteScrollTest: %>
11 value="<%= params[:search] %>"
15 <%= form_tag({action: 'compare', controller: params[:controller], method: 'get'}, {method: 'get', id: 'compare', class: 'pull-right small-form-margin'}) do |f| %>
16 <%= submit_tag 'Compare 2 or 3 selected', {class: 'btn btn-primary', disabled: true} %>
21 <%= render file: 'application/index.html.erb', locals: local_assigns %>