twitter_bootstrap_combo 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module TwitterBootstrapCombo
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -68,7 +68,7 @@ module TwitterBootstrapCombo
68
68
 
69
69
  hidden_field(object, method) +
70
70
  content_tag(:div, :class => "btn-group") do
71
- link_to(content_tag(:span, strip_tags(current_text), :class => "combo_box_text") + " " + content_tag(:i, "", :class => "fa fa-caret-down"), "#", :class => "btn dropdown-toggle", :data => { :toggle => "dropdown" }) +
71
+ link_to(content_tag(:span, strip_tags(current_text), :class => "combo_box_text") + " " + content_tag(:i, "", :class => "fa fa-caret-down"), "#", :class => "btn btn-default dropdown-toggle", :data => { :toggle => "dropdown" }) +
72
72
  content_tag(:ul, :class => "dropdown-menu", :data => { :for => "#{object}_#{method}" }) do
73
73
  if options[:include_blank] then
74
74
  css_class = []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter_bootstrap_combo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: