1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/test/templates/helpful.haml
hcatlin 045d1ba9e2 Fixing a problem where the simplyhelpful style div definitions were throwing off the custom requires.
Custom attribute definitions (RE: :class) should override the simplyhelpful definition.



git-svn-id: svn://hamptoncatlin.com/haml/trunk@50 7063305b-7217-0410-af8c-cdc13e5119b9
2006-09-29 18:54:25 +00:00

4 lines
107 B
Text

%div[@article]
%h1= @article.title
%div= @article.body
%div{:class => "article full"}[@article]= "boo"