10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
|
.row
|
||
|
.col-lg-12
|
||
|
- if flash[:notice]
|
||
|
.alert.alert-success
|
||
|
= flash[:notice]
|
||
|
|
||
|
- if flash[:alert]
|
||
|
.alert.alert-error
|
||
|
= flash[:alert]
|