Files
mozo-backend/app/views/theme1/_alerts.html.slim
T
2015-02-25 12:54:07 +01:00

9 lines
217 B
Plaintext

- if flash[:alert].present?
.alert-box.warning
= flash[:alert]
a.close data-dismiss="alert" ×
- if flash[:notice].present?
.alert-box.info
= flash[:notice]
a.close data-dismiss="alert" ×