=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",:style => 'Font-weight: bold'总结
以上是内存溢出为你收集整理的ruby-on-rails – 如何在html_options中使用rails mail_to helper?全部内容,希望文章能够帮你解决ruby-on-rails – 如何在html_options中使用rails mail_to helper?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)