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/_av_partial_2_ugly.haml
2015-10-24 20:32:24 +09: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 => 'templates/av_partial_2_ugly' if @nesting > 0