app/helpers/bootstrap_flash_helper.rb in twitter-bootstrap-rails-2.2.6 vs app/helpers/bootstrap_flash_helper.rb in twitter-bootstrap-rails-2.2.7

- old
+ new

@@ -13,10 +13,10 @@ Array(message).each do |msg| text = content_tag(:div, content_tag(:button, raw("&times;"), :class => "close", "data-dismiss" => "alert") + msg.html_safe, :class => "alert fade in alert-#{type}") - flash_messages << text if message + flash_messages << text if msg end end flash_messages.join("\n").html_safe end end