I want to output the following with Ruby on Rails link_to and image_tag methods:
link_to
image_tag
Lorem Ipsum
I prefer this approach in HAML
= link_to root_path do = image_tag "ic_launcher.png", size: "16x16" Home