In HTML, if I wanted a link to open in a new window, I'd adopt target="_blank" like this:
<a href="http://www.website.com/" target="_blank"><img src="/img.png" /></a>
How do I add the "_blank" to rails? Here's the code I so far for the link (but it currently opens in the same tab/window):
<%= link_to image_tag("img.png"), 'http://www.website.com/' %>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…