X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ccf75b956a181b3867b0a3ce819607033a6775d0..d4c8504da527f1a984ecd1ed0da7147010f38b6e:/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 125f413a9d..54fc9f3da5 100644 --- a/apps/workbench/app/views/collections/_show_recent.html.erb +++ b/apps/workbench/app/views/collections/_show_recent.html.erb @@ -1,45 +1,37 @@ -<% 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} %>
- +<%= form_tag do |f| %> + +
- - - - - + + + + + - - + - <%= render partial: 'index_tbody' %>
uuid contentsowneragecreated at tagsstorage
+ +<% end %> +
+<%= render partial: "paging", locals: {results: @collections, 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);