[ARVADOS] updated: cdef2ed51aff8d9878fa23778689f4a2a2e492d6

git at public.curoverse.com git at public.curoverse.com
Thu Dec 4 13:53:23 EST 2014


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

       via  cdef2ed51aff8d9878fa23778689f4a2a2e492d6 (commit)
      from  9daab730fefab219c707fcc15f5e7e599b8b716a (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 cdef2ed51aff8d9878fa23778689f4a2a2e492d6
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Thu Dec 4 13:48:10 2014 -0500

    4525: link_to to be used when dataclass is a String or Fixnum

diff --git a/apps/workbench/app/helpers/application_helper.rb b/apps/workbench/app/helpers/application_helper.rb
index 92d1a63..f2cbadd 100644
--- a/apps/workbench/app/helpers/application_helper.rb
+++ b/apps/workbench/app/helpers/application_helper.rb
@@ -322,7 +322,8 @@ module ApplicationHelper
       datatype = 'text'
     end
 
-    lt = link_to attrtext, '#', {
+    # When datatype is a String or Fixnum, link_to the attrvalue
+    lt = link_to attrvalue, '#', {
       "data-emptytext" => "none",
       "data-placement" => "bottom",
       "data-type" => datatype,

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list