middleman/middleman-core/lib/vendored-middleman-deps/padrino-helpers-0.11.2/test/fixtures/markup_app/views/link_to.erb

6 lines
182 B
Plaintext
Raw Normal View History

2013-05-19 22:53:37 +02:00
<%= link_to "Test 1 No Block", '/test1', :class => 'test', :id => 'test1' %>
<% link_to("/test2", :class => 'test', :id => 'test2') do %>
<span>Test 2 With Block</span>
<% end %>