Skip to content

Commit 64f1493

Browse files
committed
open "What's this?" links in new tab
1 parent 721b984 commit 64f1493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/app/lib/whats_this.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def render
3737
attrs: {
3838
href: @url,
3939
title: @tooltip,
40+
target: '_blank',
4041
},
4142
style: { 'text-decoration' => 'underline dotted' },
4243
},

0 commit comments

Comments
 (0)