is it possible to add html-content inside a link_to helper in HAML?
i tried this, but all i get is a syntax error:
= link_to \"Other page\", \"path/t
You should use block
= link_to "path/to/page.html" do Other page %span.icon Arrow