是否可以在传递给link_to
:confirm
问题选项的字符串中包含链接?
就像是:
str = "Please press OK to approve license <http://www.url_to_license.com> before downloading the file"
link_to("Download file1", "http://www.urltofile1.com", :confirm => str")
我尝试了很多东西,但无法在确认对话框中显示链接,只有文本。
如果这是一个微不足道的问题,我深表歉意,我是 Ruby & Rails 的新手。