%# Copyright (C) The Arvados Authors. All rights reserved.
SPDX-License-Identifier: AGPL-3.0 %>
<% content_for :tab_line_buttons do %>
<%= form_tag collections_path, method: 'get', remote: true, class: 'form-search' do %>
<%= text_field_tag :search, params[:search], class: 'form-control', placeholder: 'Search collections' %>
<%= button_tag(class: 'btn btn-info') do %>
<% end %>
<% end %>
<% end %>
<%= render file: 'application/index.html.erb', locals: local_assigns %>