]> cat aescling's git repositories - mastodon.git/commitdiff
Fix typo in rel
authorEffy Elden <github@effy.is>
Sat, 14 Jan 2017 22:04:14 +0000 (09:04 +1100)
committerGitHub <noreply@github.com>
Sat, 14 Jan 2017 22:04:14 +0000 (09:04 +1100)
app/views/stream_entries/_detailed_status.html.haml

index bc99409150313e766e772489a5253d9105e92977..a751abf3c5979b5ffd2295026359eadfdba8bf7f 100644 (file)
@@ -28,7 +28,7 @@
     = link_to TagManager.instance.url_for(status), class: 'detailed-status__datetime u-url u-uid', target: @external_links ? '_blank' : nil, rel: 'noopener' do
       %span= l(status.created_at)
     ·
-    = link_to status.application.website, class: 'detailed-status__application', target: @external_links ? '_blank' : nil, rel: 'noooper' do
+    = link_to status.application.website, class: 'detailed-status__application', target: @external_links ? '_blank' : nil, rel: 'noopener' do
       %span= status.application.name
     ·
     %span