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
2013-05-30 21:13:38 +01:00

10 lines
236 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