8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / pipeline_instances / index.html.erb
1 <% content_for :tab_line_buttons do %>
2   <div class="input-group">
3     <input type="text" class="form-control filterable-control recent-pipeline-instances-filterable-control"
4            placeholder="Search pipeline instances"
5            data-filterable-target="#recent-pipeline-instances"
6            <%# Just for the double-load test in FilterableInfiniteScrollTest: %>
7            value="<%= params[:search] %>"
8            />
9   </div>
10
11   <%= form_tag({action: 'compare', controller: params[:controller], method: 'get'}, {method: 'get', id: 'compare', class: 'pull-right small-form-margin'}) do |f| %>
12     <%= submit_tag 'Compare 2 or 3 selected', {class: 'btn btn-primary', disabled: true} %>
13   <% end rescue nil %>
14
15 <% end %>
16
17 <%= render file: 'application/index.html.erb', locals: local_assigns %>