Skip to content

Commit 2e779f7

Browse files
committed
Open admin story URL in new tab
1 parent dff2736 commit 2e779f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/views/admin/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ block content
2727
article.bdrbl.pbl.mbm(role='article')
2828

2929
h1.h.h--1
30-
a.externalLink.tct.twb(href=story.url)
30+
a.externalLink.tct.twb(href=story.url target='_blank')
3131
= story.title
3232
- iconPartial = { name: 'external', className: 'externalLink-icon', size: 20 }
3333
include /views/partials/_icon

0 commit comments

Comments
 (0)