muck-raker 0.1.14 → 0.1.15

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.14
1
+ 0.1.15
@@ -4,8 +4,14 @@
4
4
  <% if @tag_cloud.blank? -%>
5
5
  <%= t('muck.raker.no_tags') %>
6
6
  <% else -%>
7
- <% tag_cloud @tag_cloud, %w(cloud1 cloud2 cloud3 cloud4 cloud5 cloud6) do |tag, css_class| %>
8
- <%= tag_link(tag, @tag_filter, css_class, @grain_size) %>
7
+ <% if @tag_filter %>
8
+ <% tag_cloud @tag_cloud, %w(cloud1 cloud2 cloud3 cloud4 cloud5 cloud6) do |tag, css_class| %>
9
+ <%= filtered_tag_link(tag, @tag_filter, css_class, @grain_size) %>
10
+ <% end %>
11
+ <% else %>
12
+ <% tag_cloud @tag_cloud, %w(cloud1 cloud2 cloud3 cloud4 cloud5 cloud6) do |tag, css_class| %>
13
+ <%= tag_link(tag, css_class, @grain_size) %>
14
+ <% end %>
9
15
  <% end %>
10
16
  <% end -%>
11
17
  </fieldset>
data/muck-raker.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{muck-raker}
5
- s.version = "0.1.14"
5
+ s.version = "0.1.15"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Joel Duffin Justin Ball"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-raker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Duffin Justin Ball