middleman/fixtures/test-app/views/link_to.html.haml

3 lines
105 B
Plaintext
Executable file

= link_to "No Href"
= link_to "Has Href", "test.com"
= link_to "Has param", "test2.com", :class => "test"