[ARVADOS] updated: 698b9c0ebf2f12c72718ebde13c63e904fff3332

git at public.curoverse.com git at public.curoverse.com
Wed Apr 22 13:30:04 EDT 2015


Summary of changes:
 apps/workbench/app/views/users/_add_ssh_key_popup.html.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  698b9c0ebf2f12c72718ebde13c63e904fff3332 (commit)
      from  66e68045ed5b7c4ebca49d81e58ef6f821e8bb89 (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 698b9c0ebf2f12c72718ebde13c63e904fff3332
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Wed Apr 22 13:27:16 2015 -0400

    closes #5783
    
    5783: add type="button" for Cancel button in add ssh key popup.

diff --git a/apps/workbench/app/views/users/_add_ssh_key_popup.html.erb b/apps/workbench/app/views/users/_add_ssh_key_popup.html.erb
index 25f4d75..e6314cd 100644
--- a/apps/workbench/app/views/users/_add_ssh_key_popup.html.erb
+++ b/apps/workbench/app/views/users/_add_ssh_key_popup.html.erb
@@ -29,7 +29,7 @@
       </div>
 
       <div class="modal-footer">
-        <button class="btn btn-default" onClick="reset_form()" data-dismiss="modal" aria-hidden="true">Cancel</button>
+        <button type="button" class="btn btn-default" onClick="reset_form()" data-dismiss="modal" aria-hidden="true">Cancel</button>
         <button type="submit" class="btn btn-primary" autofocus>Submit</button>
       </div>
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list