Browse Source

Merge branch 'feature/toot-app-source' of github.com:ineffyble/mastodon into feature/toot-app-source

closed-social-v3
Effy Elden 7 years ago
parent
commit
f81dc7a33a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/stream_entries/_detailed_status.html.haml

+ 1
- 1
app/views/stream_entries/_detailed_status.html.haml View File

@ -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

Loading…
Cancel
Save