Browse Source

Fix typo in rel

closed-social-v3
Effy Elden 7 years ago
committed by GitHub
parent
commit
65122798b2
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

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

Loading…
Cancel
Save