middleman/middleman-core/lib/vendored-middleman-deps/padrino-helpers-0.11.4/test/fixtures/markup_app/views/button_to.erb

9 lines
304 B
Plaintext
Raw Normal View History

2013-11-22 17:47:07 +01:00
<% 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' %>