gpt4 book ai didi

ruby-on-rails - Rails Gretel 不渲染

转载 作者:数据小太阳 更新时间:2023-10-29 08:23:05 24 4
gpt4 key购买 nike

所以我正在按照 https://github.com/lassebunk/gretel 中的说明设置基本的 Gretel 安装.

这是我的 breadcrumb.rb

crumb :root do
link 'Root', root_path
end

这是 show.html.haml 中的代码(我的 View 是用 haml 编码的)

= breadcrumb :root

和 application.html.haml

= breadcrumbs pretext: "You are here: ", separator: " › "

现在我得到的效果图是这样的

http://grab.by/uyFW

知道可能出了什么问题吗?我期待带有测试“Root”的面包屑

最佳答案

替换

= breadcrumb :root
= breadcrumbs pretext: "You are here: ", separator: " › "

- breadcrumb :root

= breadcrumbs pretext: "You are here: ", separator: " › "

关于ruby-on-rails - Rails Gretel 不渲染,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21946362/

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