Files
mozo-backend/app/views/theme1/_alerts.html.slim
T
2015-02-25 14:44:28 +01:00

9 lines
249 B
Plaintext

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