gpt4 book ai didi

html - 在表达式内部的 Ruby 字符串中向单词添加文本样式

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

我正在尝试将此 ruby​​ 字符串中的一些单词设置为粗体,该字符串位于 ruby​​ 表达式中,而该表达式位于 html 元素中。我希望 current_user.email 文本为粗体,而不是文本的其余部分。

<li>"><%= link_to "Sign out of #{current_user.email}", sign_out_path %></li>

我该怎么做?

最佳答案

您可以使用 raw

<li><%= link_to raw("Sign out of <strong>#{current_user.email}</strong>"), sign_out_path %></li>

这是文档:https://edgeguides.rubyonrails.org/active_support_core_extensions.html#output-safety

关于html - 在表达式内部的 Ruby 字符串中向单词添加文本样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55666636/

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