diff options
Diffstat (limited to 'actionview/test/fixtures/actionpack/layouts/with_html_partial.html.erb')
-rw-r--r-- | actionview/test/fixtures/actionpack/layouts/with_html_partial.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionview/test/fixtures/actionpack/layouts/with_html_partial.html.erb b/actionview/test/fixtures/actionpack/layouts/with_html_partial.html.erb new file mode 100644 index 0000000000..fd2896aeaa --- /dev/null +++ b/actionview/test/fixtures/actionpack/layouts/with_html_partial.html.erb @@ -0,0 +1 @@ +<%= render :partial => "partial_only_html" %><%= yield %> |