app/views/bhf/helper/_flash.haml in bhf-0.4.2.2 vs app/views/bhf/helper/_flash.haml in bhf-0.4.2.3
- old
+ new
@@ -1,4 +1,4 @@
- unless flash.blank?
%ul#flash_massages
- flash.each do |type, msg|
- %li{:class => type}= msg
+ %li{class: type}= msg
\ No newline at end of file