Insert haml header logo [Note]

In markup with haml, describe how to insert an image as a memorandum.

Add image file under images file

Write image_ tag method in halm

.header__left
   = link_to "#", class: "name of the class" do
     = image_tag 'Path below image', alt: '', height: , width: , class:

Recommended Posts

Insert haml header logo [Note]