Add noopener.

This commit is contained in:
Dillon Kearns 2021-06-24 19:48:23 -07:00
parent 32a351a094
commit a92bd815c0

View File

@ -247,6 +247,7 @@ view maybeUrl sharedModel static =
]
[ Html.a
[ Attr.href static.data.editUrl
, Attr.rel "noopener"
, Attr.target "_blank"
, css
[ Tw.text_sm