Skip to content

Commit 16f6cbb

Browse files
Merge pull request #29 from cortex-cms/open-asset-urls-in-new-tab
Open Asset URLs In New Tab
2 parents 503c6cd + fda2c89 commit 16f6cbb

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)