Hi :)
I'm new to haml and want something like this:
%h1
=link_to "Home" :root
How could I realize this? Hope you can help me with this :)
Hi :)
I'm new to haml and want something like this:
%h1
=link_to "Home" :root
How could I realize this? Hope you can help me with this :)
Try this:
%h1
= link_to "Home", root_path