We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 503c6cd + fda2c89 commit 16f6cbbCopy full SHA for 16f6cbb
app/cells/plugins/core/asset_info_cell.rb
@@ -41,7 +41,7 @@ def updated_at
41
end
42
43
def link_to_asset
44
- link_to(asset['url'], asset['url'])
+ link_to asset['url'], asset['url'], target: '_blank'
45
46
47
0 commit comments