FlashMessage: center flash message

otherwise the #flash_message.center is useless
This commit is contained in:
Simon Lehericey 2017-05-05 13:59:32 +02:00
parent f8b83d6b7c
commit 9f1217c843

View file

@ -1,7 +1,8 @@
#flash_message.center
- if flash.notice
- if flash.notice.present? || flash.alert.present?
#flash_message.center
- if flash.notice.present?
.alert.alert-success
= flash.notice
- if flash.alert
- if flash.alert.present?
.alert.alert-danger
= flash.alert.html_safe