9f1217c843
otherwise the #flash_message.center is useless
8 lines
244 B
Text
8 lines
244 B
Text
- 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
|