- [ :warning, :success ].each do |type| - if flash[type] .alert{class: "alert-#{type.to_s}", role: 'alert'} - if flash[type].respond_to? :each %ul - flash[type].each do |msg| %li= msg - else = flash[type]