Skip to content

Instantly share code, notes, and snippets.

@nicolasblanco
Created September 1, 2009 14:18
Show Gist options
  • Save nicolasblanco/179114 to your computer and use it in GitHub Desktop.
Save nicolasblanco/179114 to your computer and use it in GitHub Desktop.
HAML < 2.2 :
%a{ :href => "http://haml-lang.com", :title => "Haml's so cool!" }
HAML >= 2.2
%a(href="http://haml-lang.com" title="Haml's so cool!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment