mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
[Haml] Fix a few remaining RHTML -> ERB issues.
This commit is contained in:
parent
33b9a21c57
commit
e980a8da36
2 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
It's only used for benchmarking.
|
It's only used for benchmarking.
|
||||||
</h1>
|
</h1>
|
||||||
<div class="crazy_partials">
|
<div class="crazy_partials">
|
||||||
<%= render :partial => 'haml/rhtml/av_partial_1' %>
|
<%= render :partial => 'haml/erb/av_partial_1' %>
|
||||||
</div>
|
</div>
|
||||||
<!-- You're In my house now! -->
|
<!-- You're In my house now! -->
|
||||||
<div class='header'>
|
<div class='header'>
|
||||||
|
|
Loading…
Add table
Reference in a new issue