middleman/middleman-core/lib/vendored-middleman-deps/padrino-helpers-0.11.4/test/fixtures/markup_app/views/button_to.erb
2013-11-22 08:47:07 -08:00

9 lines
304 B
Plaintext

<% button_to 'Foo button', '/foo', :class => 'foo-form' do %>
<% field_set_tag do %>
<%= hidden_field_tag :session_id, :value => "__secret__" %>
<%= label_tag :username %>
<% end %>
<% end %>
<%= content_tag(:p, 'button_to test', :id => 'test-point') %>
<%= button_to 'Bar button', '/bar' %>