enju_bookmark 0.1.2.pre → 0.1.2.pre2

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,10 +24,8 @@ module EnjuBookmark
24
24
 
25
25
  content_tag :div, :class => "hTagcloud" do
26
26
  content_tag :ul, :class => "popularity" do
27
- content_tag :li do
28
- tags.collect do |tag|
29
- concat(content_tag :li, link_to(tag.name, manifestations_path(:tag => tag.name), :class => classes[(tag.taggings.size - min).div(divisor)]))
30
- end
27
+ tags.collect do |tag|
28
+ concat(content_tag :li, link_to(tag.name, manifestations_path(:tag => tag.name), :class => classes[(tag.taggings.size - min).div(divisor)]))
31
29
  end
32
30
  end
33
31
  end
@@ -1,3 +1,3 @@
1
1
  module EnjuBookmark
2
- VERSION = "0.1.2.pre"
2
+ VERSION = "0.1.2.pre2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enju_bookmark
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2.pre
4
+ version: 0.1.2.pre2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: