1
是否有可能包含一個鏈接到字符串傳遞到link_to
:confirm
問題選項?rails,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。