8 lines
139 B
Text
8 lines
139 B
Text
|
#flash_message.center
|
||
|
- if flash.notice
|
||
|
.alert.alert-success
|
||
|
= flash.notice
|
||
|
- if flash.alert
|
||
|
.alert.alert-danger
|
||
|
= flash.alert
|