rosa-build/app/views/layouts/_flashes.html.slim

7 lines
240 B
Plaintext
Raw Permalink Normal View History

.row
.col-lx-12.col-md-10.col-md-offset-1
- flash.each do |type, message|
.alert.text-center class = alert_class(type)
button.close[ type = 'button' data-dismiss = 'alert' aria-hidden = true ] ×
2015-03-12 19:36:13 +00:00
== message