gpt4 book ai didi

ruby-on-rails - ruby on rails 导航菜单链接错误,使用 "% link_to"

转载 作者:太空宇宙 更新时间:2023-11-03 16:04:55 25 4
gpt4 key购买 nike

我是编码初学者。我正在上具体的课,但有些行动对我不起作用。从技术上讲,它应该在页面上方显示“主页”、“关于”导航链接,但它对我不起作用。

它是这样写的:(它是一个 home.html.erb 文件)

<% link_to "Home", root_path %>

<% link_to "About", about_path %>

<h1>Welcome to one month rails!</h1>

<p>you've found the home page for the <%= link_to "one month rails", "http://onemonthrails.com" %>
application.
</p>

有没有人可以帮助我?

提前致谢

P.S:我使用的是 Windows 7。

最佳答案

你错过了一些等号:

<%= link_to "Home", root_path %>
<%= link_to "About", about_path %>

<%<%=是不同的:

<% Ruby code -- inline with output %>
<%= Ruby expression -- replace with result %>

检查 ERB Documentation了解详情。

关于ruby-on-rails - ruby on rails 导航菜单链接错误,使用 "% link_to",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16260490/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com