[ARVADOS] updated: cb55d2c0309b899c02f4e8dfc161dc7a60bfa9ef

git at public.curoverse.com git at public.curoverse.com
Mon May 4 19:14:20 EDT 2015


Summary of changes:
 apps/workbench/app/helpers/application_helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  cb55d2c0309b899c02f4e8dfc161dc7a60bfa9ef (commit)
      from  e146ad301ac42da3bf5b2d1f0f64ec2b1cd1a5c7 (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 cb55d2c0309b899c02f4e8dfc161dc7a60bfa9ef
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Mon May 4 19:11:08 2015 -0400

    5735: exclude btn* attributes from span tag.

diff --git a/apps/workbench/app/helpers/application_helper.rb b/apps/workbench/app/helpers/application_helper.rb
index 2d1aca6..0db7060 100644
--- a/apps/workbench/app/helpers/application_helper.rb
+++ b/apps/workbench/app/helpers/application_helper.rb
@@ -273,7 +273,7 @@ module ApplicationHelper
       "data-value" => attrvalue,
       "id" => span_id,
       :class => "editable #{is_textile?( object, attr ) ? 'editable-textile' : ''}"
-    }.merge(htmloptions).merge(ajax_options)
+    }.merge(htmloptions.reject {|k, v| k.to_s.start_with?('btn') }).merge(ajax_options)
 
     edit_tiptitle = 'edit'
     edit_tiptitle = 'Warning: do not use hyphens in the repository name as they will be stripped' if (object.class.to_s == 'Repository' and attr == 'name')

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list