[ARVADOS] updated: c11612fdde6d2f9cdf3347f41a80f11a8ac65fac

git at public.curoverse.com git at public.curoverse.com
Mon Mar 9 15:02:59 EDT 2015


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

       via  c11612fdde6d2f9cdf3347f41a80f11a8ac65fac (commit)
      from  ef09ad4c9162eaf913e1a9bb65991b87116e40c0 (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 c11612fdde6d2f9cdf3347f41a80f11a8ac65fac
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Mon Mar 9 15:02:14 2015 -0400

    5190: updated tooltip

diff --git a/apps/workbench/app/helpers/application_helper.rb b/apps/workbench/app/helpers/application_helper.rb
index a11592b..d02d058 100644
--- a/apps/workbench/app/helpers/application_helper.rb
+++ b/apps/workbench/app/helpers/application_helper.rb
@@ -201,7 +201,7 @@ module ApplicationHelper
       :class => "editable #{is_textile?( object, attr ) ? 'editable-textile' : ''}"
     }.merge(htmloptions).merge(ajax_options)
     edit_tiptitle = 'edit'
-    edit_tiptitle = 'please do not use hyphens in repository name' if (object.class.to_s == 'Repository' and attr == 'name')
+    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')
     edit_button = raw('<a href="#" class="btn btn-xs btn-default btn-nodecorate" data-toggle="x-editable tooltip" data-toggle-selector="#' + span_id + '" data-placement="top" title="' + (htmloptions[:tiptitle] || edit_tiptitle) + '"><i class="fa fa-fw fa-pencil"></i></a>')
     if htmloptions[:btnplacement] == :left
       edit_button + ' ' + span_tag

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list