From: Tom Hughes Date: Mon, 7 Jan 2019 09:04:13 +0000 (+0000) Subject: Fix new rubocop warning X-Git-Tag: live~2758 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/65d57a5bfaae7e663d0a3e8d28186fb58ca452a7 Fix new rubocop warning --- diff --git a/app/helpers/notifier_helper.rb b/app/helpers/notifier_helper.rb index 2915a0880..a696a3d9c 100644 --- a/app/helpers/notifier_helper.rb +++ b/app/helpers/notifier_helper.rb @@ -14,6 +14,7 @@ module NotifierHelper ), user_url(display_name, :host => SERVER_URL), :target => "_blank", + :rel => "noopener", :style => "text-decoration: none; color: #222" ) end