gpt4 book ai didi

javascript - Rails 中的 HAML link_to 不会在页面加载时应用类

转载 作者:行者123 更新时间:2023-11-28 07:02:15 26 4
gpt4 key购买 nike

以下脚本的问题在于,以下代码仅在页面刷新后而不是在第一个页面加载期间才使releases.content 处于事件状态。我是编写 haml 模板的新手。我在这里可能做的任何明显错误的事情吗?

%li.accordion-navigation
= link_to "Last 10 Releases", "#releases"
#releases.content.active
%table.grid
%thead
%tr
%th Build
%th Deployed at
%th Report
%tbody
- @last_deployments.each do |deployment|
%tr
%td= deployment.build
%td= deployment.deployed_date
%td
= link_to "detail", certification_path(deployment.certification)
%li.accordion-navigation
= link_to "Current Bug Status", "#bug_status"
#bug_status.content.active \w

最佳答案

尝试下面的代码,即使它是相同的 -

%div.content.active{ id: 'releases' }

关于javascript - Rails 中的 HAML link_to 不会在页面加载时应用类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32032600/

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