app/helpers/binco/modal_helper.rb in binco-3.2.0 vs app/helpers/binco/modal_helper.rb in binco-3.2.1
- old
+ new
@@ -19,10 +19,10 @@
title = yield
else
title = content_tag(:h4 , title, class: 'modal-title')
end
- "#{close}#{title}".html_safe
+ "#{title}#{close}".html_safe
end
end
def modal_body(options = {}, &block)
options[:class] ||= 'modal-body'