[ARVADOS] updated: 51f86fd25a6176617a29b43c33195c09520e0824

git at public.curoverse.com git at public.curoverse.com
Tue Jul 29 11:05:25 EDT 2014


Summary of changes:
 apps/workbench/app/views/application/_choose.js.erb | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

       via  51f86fd25a6176617a29b43c33195c09520e0824 (commit)
      from  00a889dfb11bd9d4edf3d18d66d9b29b69cbde77 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 51f86fd25a6176617a29b43c33195c09520e0824
Author: radhika <radhika at curoverse.com>
Date:   Tue Jul 29 11:03:37 2014 -0400

    2985: forgot to use ruby's cool syntax

diff --git a/apps/workbench/app/views/application/_choose.js.erb b/apps/workbench/app/views/application/_choose.js.erb
index 0f5b654..58ebc6f 100644
--- a/apps/workbench/app/views/application/_choose.js.erb
+++ b/apps/workbench/app/views/application/_choose.js.erb
@@ -1,8 +1,4 @@
-<%
-  if params['move_items']
-    session[:selected_move_items] = params['move_items']
-  end
-%>
+<% session[:selected_move_items] = params['move_items'] if params['move_items'] %>
 $('body > .modal-container').html("<%= escape_javascript(render partial: 'choose.html', locals: {multiple: multiple}) %>");
 $('body > .modal-container .modal').modal('show');
 $('body > .modal-container .modal .modal-footer .btn-primary').

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list