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/partial_layout_erb.erb
Mircea Moise 85ea7346fe Making tests green by modifying the partial_layout_erb template test
When using <%= , ActionView is escaping the result for safety purposes
so it will be better to remove the tags from the test
2013-11-02 15:55:02 +00:00

4 lines
134 B
Text

<h1>Partial layout used with for block:</h1>
<%= render :layout => 'layout_for_partial' do -%>
Some content within a layout
<% end %>