diff options
author | Effy Elden <git@effy.is> | 2017-01-15 09:12:11 +1100 |
---|---|---|
committer | Effy Elden <git@effy.is> | 2017-01-15 09:12:11 +1100 |
commit | f81dc7a33ae975b640089e474b01c2081119f372 (patch) | |
tree | bd2ce516a339b26513b81bb0e23a8a0891b65ca0 /app | |
parent | 6c002cf615128151e089b197bebdbe813bc64da6 (diff) | |
parent | 65122798b2fdec5c3655ce9d7495c91de41e7397 (diff) |
Merge branch 'feature/toot-app-source' of github.com:ineffyble/mastodon into feature/toot-app-source
Diffstat (limited to 'app')
-rw-r--r-- | app/views/stream_entries/_detailed_status.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stream_entries/_detailed_status.html.haml b/app/views/stream_entries/_detailed_status.html.haml index a89503cff..946adbd8e 100644 --- a/app/views/stream_entries/_detailed_status.html.haml +++ b/app/views/stream_entries/_detailed_status.html.haml @@ -29,7 +29,7 @@ %span= l(status.created_at) · - if status.application - = 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 |