Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / collections / index.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <% content_for :tab_line_buttons do %>
6  <%= form_tag collections_path, method: 'get', remote: true, class: 'form-search' do %>
7  <div class="input-group">
8    <%= text_field_tag :search, params[:search], class: 'form-control', placeholder: 'Search collections' %>
9    <span class="input-group-btn">
10      <%= button_tag(class: 'btn btn-info') do %>
11      <span class="glyphicon glyphicon-search"></span>
12      <% end %>
13    </span>
14  </div>
15  <% end %>
16 <% end %>
17
18 <%= render file: 'application/index.html.erb', locals: local_assigns %>