{:style => 'font-weight: bold'} 呈现为 info@somewh-6ren">
gpt4 book ai didi

ruby-on-rails - 如何使用带有 html_options 的 rails mail_to helper?

转载 作者:行者123 更新时间:2023-12-03 15:58:44 35 4
gpt4 key购买 nike

=mail_to "info@somewhere.com", nil, :html_options => {:style => 'font-weight: bold'}

呈现为
<a href="mailto:info@somewhere.com" html_options="stylefont-weight: bold">info@somewhere.com</a>

我的错误是什么?

最佳答案

干掉 html_options包装器:

=mail_to "info@somewhere.com", nil, :style => 'font-weight: bold'

关于ruby-on-rails - 如何使用带有 html_options 的 rails mail_to helper?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8992597/

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