1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
danbarberphoto/app/views/shared/_flash_messages.html.haml
2014-12-10 11:32:38 +00:00

10 lines
230 B
Plaintext

- if !flash[:notice].blank?
%p.flash.notice
= flash[:notice]
= link_to raw("×"), "#", class: :close
- if !flash[:alert].blank?
%p.flash.alert
= flash[:alert]
= link_to raw("×"), "#", class: :close