From 9564076de96d8c0084cf00f47348c41d6abfe673 Mon Sep 17 00:00:00 2001 From: radhika Date: Fri, 5 Sep 2014 14:45:07 -0400 Subject: [PATCH] 3654: add selection dropdown to collections page --- .../views/collections/_show_recent.html.erb | 74 +++++++++---------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/apps/workbench/app/views/collections/_show_recent.html.erb b/apps/workbench/app/views/collections/_show_recent.html.erb index 9573f6e8a8..a0418432f1 100644 --- a/apps/workbench/app/views/collections/_show_recent.html.erb +++ b/apps/workbench/app/views/collections/_show_recent.html.erb @@ -17,45 +17,45 @@

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

- - <%= form_tag do |f| %> - - - - - - - - - - - - - - - - - - - - <%= render partial: 'index_tbody' %> - -
uuidcontentscreated attags
- - <% end %> +<%= render partial: "paging", locals: {results: @collections, object: @object} %> -
+
+ +<%= form_tag do |f| %> - <%= 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); - return true; - }); - <% end %> + + + + + + + + + + + + + + + + + + + <%= render partial: 'index_tbody' %> + +
uuidcontentscreated attags
+ +<% 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); + return true; +}); +<% end %> -- 2.30.2