[ARVADOS] updated: 4f4a7b5cd651f17cdb0a1eb0179be2ba89efe1c4

git at public.curoverse.com git at public.curoverse.com
Mon Apr 7 14:45:17 EDT 2014


Summary of changes:
 .../app/views/users/_setup_popup.html.erb          |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

       via  4f4a7b5cd651f17cdb0a1eb0179be2ba89efe1c4 (commit)
      from  3fd0f2b1ee83ef0db86a1c1a24cfdc0ec153422c (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 4f4a7b5cd651f17cdb0a1eb0179be2ba89efe1c4
Author: radhika chippada <radhika at radhika.curoverse>
Date:   Mon Apr 7 14:44:49 2014 -0400

    Submit

diff --git a/apps/workbench/app/views/users/_setup_popup.html.erb b/apps/workbench/app/views/users/_setup_popup.html.erb
index a1c3f8a..e8a8043 100644
--- a/apps/workbench/app/views/users/_setup_popup.html.erb
+++ b/apps/workbench/app/views/users/_setup_popup.html.erb
@@ -1,3 +1,6 @@
+<%= form_tag setup_user_path, {id: 'setup_form', name: 'setup_form', method: 'get', 
+                    class: 'form-search', remote: true} do %>
+
   <div class="modal-header">
     <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
     <h3 class="modal-title">Setup User</h4>
@@ -13,12 +16,10 @@
     <% disable_url_prefix = identity_url_prefix != nil %>
     <% selected_repo = @current_selections[:repo_name] %>
     <% selected_vm = @current_selections[:vm_uuid] %>
-    
-    <%= form_tag setup_user_path, {id: 'setup_form', name: 'setup_form', method: 'get', 
-                    class: 'form-search', remote: true} do %>
+
       <input id="user_uuid" maxlength="250" name="user_uuid" type="hidden" value="<%=uuid%>">
       <div>
-        <table><tbody>
+        <table><tbody><div class="form-group">
           <tr>
             <% if disable_email %>
               <td> Email </td>
@@ -63,9 +64,8 @@
               </select>
             </td>
           </tr>
-        </tbody></table>
+        </div></tbody></table>
       </div>
-    <% end %>
   </div>
 
   <div class="modal-footer">
@@ -73,6 +73,8 @@
     <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Cancel</button>
   </div>
 
+<% end %>
+
 <script>
   var $input = $('input:text'),
   $register = $('#register');

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list