Hi :)I am new to haml and want something like this:
%h1 =link_to "Home" :root
How could I understand that? Hope you can help me :)
Try the following:
%h1 = link_to "Home", root_path