conte_rails_template 0.0.18 → 0.0.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +1,12 @@
1
1
  module ConteRailsTemplate
2
2
  class BreadcrumbsRenderer < SimpleNavigation::Renderer::Base
3
3
  def render(item_container)
4
- a_tag(item_container).join.html_safe
4
+ a_tags(item_container).join.html_safe
5
5
  end
6
6
 
7
7
  protected
8
8
 
9
- def a_tag(item_container)
9
+ def a_tags(item_container)
10
10
  item_container.items.inject([]) do |list, item|
11
11
  if item.selected?
12
12
  list << content_tag(:li, tag_for(item)) if item.selected?
@@ -1,3 +1,3 @@
1
1
  module ConteRailsTemplate
2
- VERSION = "0.0.18"
2
+ VERSION = "0.0.19"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conte_rails_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.19
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: