app/views/layouts/_flash.html.haml in artfully_ose-1.2.0.pre.4 vs app/views/layouts/_flash.html.haml in artfully_ose-1.2.0.pre.5

- old
+ new

@@ -1,5 +1,5 @@ - [: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] + = flash[type] \ No newline at end of file