开发者

How to put a link into an h1 with haml in rails?

开发者 https://www.devze.com 2023-03-08 21:00 出处:网络
Hi :) I\'m new to haml and wa开发者_C百科nt something like this: %h1 =link_to \"Home\" :root How could I realize this? Hope you can help me with this :)Try this:

Hi :)

I'm new to haml and wa开发者_C百科nt 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
0

精彩评论

暂无评论...
验证码 换一张
取 消