X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f3d919829c017376eeccd27db9908b7f5a6e32aa..446d2d8959fcd84169d8a0efb1288f8465b79f59:/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 619420269e..037c0bf337 100644 --- a/apps/workbench/app/views/collections/_show_recent.html.erb +++ b/apps/workbench/app/views/collections/_show_recent.html.erb @@ -1,44 +1,65 @@ -<% 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: 'search-query' %> - <%= submit_tag "Search", name: nil, class: 'btn btn-info' %> -
- <% end %> -
-<% end %> +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + +
+
+
+
+ + +
+
+
+

+ +<%= render partial: "paging", locals: {results: @objects, object: @object} %>

- +<%= form_tag do |f| %> + +
- - - - - + + + + + - - + - <%= render partial: 'index_tbody' %>
uuid contentsowneragecreated at tagsstorage
+ +<% end %> +
-<% content_for :js do %> +<%= render partial: "paging", locals: {results: @objects, object: @object} %> + +<% content_for :footer_js do %> $(document).on('click', 'form[data-remote] input[type=submit]', function() { $('table#collections-index tbody').fadeTo(200, 0.3); return true; }); <% end %> + +