debshots/app/views/layouts/_messages.slim

7 lines
313 B
Text

// Display alert messages to the user
// Supported names are success/warning/info/alert/secondary
// See http://foundation.zurb.com/docs/components/alert_boxes.html
- flash.each do |name, msg|
div data-alert=true class="alert-box round #{name}"
= content_tag(:div, msg)
a href="#" class="close" ×