app/views/layouts/_flash.html.haml in artfully_ose-1.2.0.beta.1 vs app/views/layouts/_flash.html.haml in artfully_ose-1.2.0.pre
- old
+ new
@@ -1,5 +1,5 @@
-- [:notice, :success, :error, :alert, :info].each do |type|
- - if flash[type].present?
+- [:notice, :error, :alert, :info].each do |type|
+ - if flash[type]
.flash{ "data-alert" => "alert", :class => [bootstrapped_type(type), type, 'alert'] }
.close{ "data-dismiss" => "alert"} ×
- = [flash[type]].flatten.join('<br/>').html_safe
+ = flash[type]
\ No newline at end of file