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.
@@ -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 = []
|