Skip to content

Instantly share code, notes, and snippets.

@daz-codes
Created June 24, 2012 15:00
Show Gist options
  • Save daz-codes/2983568 to your computer and use it in GitHub Desktop.
Save daz-codes/2983568 to your computer and use it in GitHub Desktop.
@@layout
doctype html
html
head
meta charset="utf-8"
title The Flash Farm Shop
link rel="stylesheet" media="screen, projection" href="/styles.css"
body
- if flash[:success]
.flash== flash[:success]
- if flash[:warning]
.flash== flash[:warning]
== yield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment