gpt4 book ai didi

css - 当给定集合为 nil 时渲染部分集合

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

给出 Rails 文档中的以下示例:

<%= render(partial: "ad", collection: @advertisements) || "There's no ad to be displayed" %>

我的问题是如何包装

"There's no ad to be displayed"

将字符串放入 html 标签中,以便向其添加 css 类。

例如,

<span class='text-muted'>There's no ad to be displayed</span>

最佳答案

下面的代码应该适用于您的情况。这里还有一些引用资料,将对其进行更详细的解释:http://api.rubyonrails.org/classes/ActionView/Helpers/TagHelper.html#method-i-content_tag

<%= render(partial: "ad", collection: @advertisements) || content_tag(:span, "There's no ad to be displayed") %>

关于css - 当给定集合为 nil 时渲染部分集合,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21729504/

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