Commit 14597d12 authored by jakeburden's avatar jakeburden

Add attributes to securely open external links

parent abe5d352
......@@ -12,7 +12,7 @@
.domain-status.ci-status-icon.has-tooltip{ class: "ci-status-icon-#{status}", title: tooltip }
= sprite_icon("status_#{status}", size: 16 )
.domain-name
= link_to domain.url do
= link_to domain.url, target: :_blank, rel: 'noopener noreferrer' do
= domain.url
= icon('external-link')
- if domain.subject
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment