aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test
diff options
context:
space:
mode:
authorlest <just.lest@gmail.com>2011-11-27 16:59:44 +0300
committerlest <just.lest@gmail.com>2011-11-27 16:59:44 +0300
commitbc81ba2451a6a6c5507ad497cf838935e9d1ece2 (patch)
treefab94e9158920a0ae33c23b0f8072800d298189b /actionpack/test/fixtures/test
parent3c81fc3b91ddfd4d115a7001640588eb93249261 (diff)
downloadrails-bc81ba2451a6a6c5507ad497cf838935e9d1ece2.tar.gz
rails-bc81ba2451a6a6c5507ad497cf838935e9d1ece2.tar.bz2
rails-bc81ba2451a6a6c5507ad497cf838935e9d1ece2.zip
fix label with block in erb
Diffstat (limited to 'actionpack/test/fixtures/test')
-rw-r--r--actionpack/test/fixtures/test/_label_with_block.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/_label_with_block.erb b/actionpack/test/fixtures/test/_label_with_block.erb
new file mode 100644
index 0000000000..40117e594e
--- /dev/null
+++ b/actionpack/test/fixtures/test/_label_with_block.erb
@@ -0,0 +1,4 @@
+<%= label 'post', 'message' do %>
+ Message
+ <%= text_field 'post', 'message' %>
+<% end %>