X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=vendor%2Frails%2Factionpack%2Ftest%2Ffixtures%2Flayouts%2Fblock_with_layout.erb;fp=vendor%2Frails%2Factionpack%2Ftest%2Ffixtures%2Flayouts%2Fblock_with_layout.erb;h=0000000000000000000000000000000000000000;hb=36d9f3351a3b4e8159279445190e2287ffdea86c;hp=6a8b41914bc2d01e1b46960595c76ef2142aa086;hpb=913cf6054b1d29b5d2f5e620304af7ee77cc1f1f;p=feedcatcher.git diff --git a/vendor/rails/actionpack/test/fixtures/layouts/block_with_layout.erb b/vendor/rails/actionpack/test/fixtures/layouts/block_with_layout.erb deleted file mode 100644 index 6a8b419..0000000 --- a/vendor/rails/actionpack/test/fixtures/layouts/block_with_layout.erb +++ /dev/null @@ -1,3 +0,0 @@ -<% render(:layout => "layout_for_partial", :locals => { :name => "Anthony" }) do %>Inside from first block in layout<% end %> -<%= yield %> -<% render(:layout => "layout_for_partial", :locals => { :name => "Ramm" }) do %>Inside from second block in layout<% end %>