demarches-normaliennes/app/views/layouts/_flash_messages.html.haml

9 lines
244 B
Text
Raw Normal View History

- if flash.notice.present? || flash.alert.present?
#flash_message.center
- if flash.notice.present?
.alert.alert-success
= flash.notice
- if flash.alert.present?
.alert.alert-danger
= flash.alert.html_safe