8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / collections / index.html.erb
1 <% content_for :tab_line_buttons do %>
2  <%= form_tag collections_path, method: 'get', remote: true, class: 'form-search' do %>
3  <div class="input-group">
4    <%= text_field_tag :search, params[:search], class: 'form-control', placeholder: 'Search collections' %>
5    <span class="input-group-btn">
6      <%= button_tag(class: 'btn btn-info') do %>
7      <span class="glyphicon glyphicon-search"></span>
8      <% end %>
9    </span>
10  </div>
11  <% end %>
12 <% end %>
13
14 <%= render file: 'application/index.html.erb', locals: local_assigns %>