【发布时间】:2018-12-02 22:58:12
【问题描述】:
我在 rails 上使用 bootstrap 并努力弄清楚如何将链接附加到按钮,以便它在新选项卡中打开网址。
代码是:
<%= link_to "Learn more about the Royal Lancers»", "#", class: "btn btn-primary btn-lg" %>
我正在尝试将新标签中的按钮链接到
“https://www.army.mod.uk/who-we-are/corps-regiments-and-units/royal-armoured-corps/royal-lancers/”
【问题讨论】:
标签: bootstrap-4 ruby-on-rails-5 link-to