link_to 在 Rails 中表现奇怪

发布于 2024-11-11 17:19:39 字数 251 浏览 3 评论 0原文

我的视图中的所有 link_to 似乎都返回链接文本,但也返回括号中的墨迹地址。这是为什么呢?

例如

<%= link_to "Home", root_url %>

并在视图中渲染

<a href="http://localhost:3000/">Home (http://localhost:3000/) </a>

All my link_to's in my views seem to return the link text, but also the ink address in brackets. Why is this?

E.g

<%= link_to "Home", root_url %>

and renders in the view

<a href="http://localhost:3000/">Home (http://localhost:3000/) </a>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小清晰的声音 2024-11-18 17:19:39

检查你的样式表。例如,我知道很多印刷媒体 CSS 都是为了那些无法“点击”纸张的人的利益而这样做的。

Check your stylesheets. For example, I know plenty of print media css does that for the benefit of those who can't "click" their paper.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文