X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1cf946bc2ac7370431c193463ab865d71bc32ed3..b6e28fbe905737bd0ea5bda5f4fd74fd259c58b1:/apps/workbench/app/views/collections/_show_recent.html.erb diff --git a/apps/workbench/app/views/collections/_show_recent.html.erb b/apps/workbench/app/views/collections/_show_recent.html.erb index 2f81073305..d624749a4a 100644 --- a/apps/workbench/app/views/collections/_show_recent.html.erb +++ b/apps/workbench/app/views/collections/_show_recent.html.erb @@ -1,16 +1,3 @@ -<% 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 partial: "paging", locals: {results: @collections, object: @object} %>