We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503c6cd commit fda2c89Copy full SHA for fda2c89
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