Merge branch 'feature/toot-app-source' of github.com:ineffyble/mastodon into feature/toot-app-source
This commit is contained in:
commit
f81dc7a33a
|
@ -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…
Reference in New Issue