1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/test/haml/templates/_av_partial_2.haml
nex3 f0de64c0fc More rigorous ActionView benchmarks.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@658 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-24 03:05:34 +00:00

5 lines
No EOL
189 B
Text

- @nesting -= 1
.partial{:level => @nesting}
%h3 This is a crazy deep-nested partial.
%p== Nesting level #{@nesting}
= render :partial => 'haml/templates/av_partial_2' if @nesting > 0