app/helpers/bmc/button_helper.rb in bmc-1.2.1 vs app/helpers/bmc/button_helper.rb in bmc-1.3.0
- old
+ new
@@ -24,10 +24,10 @@
add_class: [],
**options
)
text = ta(action) if text.nil? && action
- content = icon(icon).concat(" ").concat(tag.span(text, class: "text"))
+ content = fa_s(icon).concat(" ").concat(tag.span(text, class: "text"))
if method != :get
options[:method] = method
confirm = true if confirm.nil?
end