Skip to content

Commit fda2c89

Browse files
committed
link_to_asset in asset_info_cell should open Asset URLs in a new tab
1 parent 503c6cd commit fda2c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/cells/plugins/core/asset_info_cell.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def updated_at
4141
end
4242

4343
def link_to_asset
44-
link_to(asset['url'], asset['url'])
44+
link_to asset['url'], asset['url'], target: '_blank'
4545
end
4646
end
4747
end

0 commit comments

Comments
 (0)