myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3104] branches/events/vendor/plugins/acts_as_tag


From: noreply
Subject: [myexperiment-hackers] [3104] branches/events/vendor/plugins/acts_as_taggable_redux/lib/ acts_as_taggable_helper.rb: style change for tag clouds
Date: Thu, 23 Aug 2012 13:41:15 +0000 (UTC)

Revision
3104
Author
dgc
Date
2012-08-23 13:41:15 +0000 (Thu, 23 Aug 2012)

Log Message

style change for tag clouds

Modified Paths

Diff

Modified: branches/events/vendor/plugins/acts_as_taggable_redux/lib/acts_as_taggable_helper.rb (3103 => 3104)


--- branches/events/vendor/plugins/acts_as_taggable_redux/lib/acts_as_taggable_helper.rb	2012-08-23 13:40:36 UTC (rev 3103)
+++ branches/events/vendor/plugins/acts_as_taggable_redux/lib/acts_as_taggable_helper.rb	2012-08-23 13:41:15 UTC (rev 3104)
@@ -43,8 +43,6 @@
     
     divisor = ((max - min) / classes.size) + 1
     
-    count = 0;
-    
     html =    %(<div class="hTagcloud">\n)
     html <<   %(  <ul class="popularity">\n)
     tags.each do |tag|
@@ -66,11 +64,6 @@
       
       html << %(</li>\n)
       
-      count += 1;
-      
-      if count < tags.length
-        html << %(<li> | </li>\n)
-      end
     end
     html <<   %(  </ul>\n)
     html <<   %(</div>\n)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]