[ARVADOS] updated: 589d2b599714a5e3c239aa25029f1a0a4261f520

git at public.curoverse.com git at public.curoverse.com
Mon Jul 21 14:26:22 EDT 2014


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

       via  589d2b599714a5e3c239aa25029f1a0a4261f520 (commit)
      from  5fdfe4ca7ea91f3da518e6b20d970bf6fcd5ba8c (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 589d2b599714a5e3c239aa25029f1a0a4261f520
Author: Tom Clegg <tom at curoverse.com>
Date:   Mon Jul 21 14:15:13 2014 -0400

    Remove extra spinner. closes #3301

diff --git a/apps/workbench/app/views/application/_choose.html.erb b/apps/workbench/app/views/application/_choose.html.erb
index dd4ed6f..ee8690e 100644
--- a/apps/workbench/app/views/application/_choose.html.erb
+++ b/apps/workbench/app/views/application/_choose.html.erb
@@ -1,14 +1,9 @@
 <div class="modal arv-choose modal-with-loading-spinner">
   <div class="modal-dialog" style="width:80%">
     <div class="modal-content">
-
       <div class="modal-header">
         <button type="button" class="close" onClick="reset_form()" data-dismiss="modal" aria-hidden="true">×</button>
-        <div>
-          <div class="col-sm-6"> <h4 class="modal-title"><%= params[:title] || "Choose #{@objects.first.andand.class_for_display}" %></h4> </div>
-          <div class="spinner spinner-32px spinner-h-center col-sm-1" hidden="true"></div>
-        </div>
-        <br/>
+        <h4 class="modal-title"><%= params[:title] || "Choose #{@objects.first.andand.class_for_display}" %></h4>
       </div>
 
       <div class="modal-body">

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list