abandon "bold megabytes" feature
authorTom Clegg <tom@clinicalfuture.com>
Tue, 5 Feb 2013 16:58:13 +0000 (11:58 -0500)
committerTom Clegg <tom@clinicalfuture.com>
Tue, 5 Feb 2013 16:58:13 +0000 (11:58 -0500)
app/helpers/application_helper.rb

index 2bd65bb75d37005762210a70e70e8c9b0b18995c..a0d693c704c21ada815fa05c728cc60b5ec534cb 100644 (file)
@@ -11,10 +11,5 @@ module ApplicationHelper
       raw = raw[0..-4]
     end
     cooked = raw + cooked
-    if cooked.length >= 9
-      '<b>' + cooked[0..-9] + '</b>' + cooked[-8..-1]
-    else
-      cooked
-    end
   end
 end