app/views/agilibox/_flash.html.slim in agilibox-1.2.0 vs app/views/agilibox/_flash.html.slim in agilibox-1.2.1

- old
+ new

@@ -1,5 +1,5 @@ -#flash.container +#flash - flash.map do |type, message| - type = "success" if type == "notice" - type = "danger" if type == "alert" .alert class="alert-#{type}"