X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d546d0e497737afabce75847a461e6c5cc33e0c2..1012f12d29be01b56f2bbbe2e9bd5969d69f7b89:/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 242f5e5a6a..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 %> + +