如何在 Rails 中使用 haml 将链接放入 h1 中?
嗨:)
我是 haml 新手,想要这样的东西:
%h1
=link_to "Home" :root
我怎样才能意识到这一点?希望你能帮我解决这个问题:)
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 :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
Try this: