MorningPeak/app/views/layouts/_infos.html.slim
2015-07-17 05:34:24 +02:00

12 lines
310 B
Plaintext

#infos
- if alert
#alert.alert.bg-danger
span.glyphicon.glyphicon-exclamation-sign aria-hidden="true"
span.sr-only Error:
= " #{alert}"
- if notice
#notice.alert.bg-warning
span.glyphicon.glyphicon-info-sign aria-hidden="true"
span.sr-only Error:
= " #{notice}"