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 は初めてです。