middleman/middleman-core/lib/vendored-middleman-deps/padrino-helpers-0.12.0/test/fixtures/render_app/views/wrong_capture_erb.erb
2014-02-18 18:30:29 -08:00

4 lines
91 B
Plaintext

<%= form_for( :object, '/' ) do |f| %>
<%= content_tag(:p, 'this is wrong') %>
<% end %>