Advertisement
saasbook

add_flash_to_template.html.haml

Jan 10th, 2012
807
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.16 KB | None | 0 0
  1. -# this goes just inside %body
  2.  
  3. - if flash[:notice]
  4.   #notice.message
  5.     %p= flash[:notice]
  6. - elsif flash[:warning]
  7.   #notice.warning
  8.     %p= flash[:warning]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement