]> cat aescling's git repositories - mastodon.git/commitdiff
Merge branch 'feature/toot-app-source' of github.com:ineffyble/mastodon into feature...
authorEffy Elden <git@effy.is>
Sat, 14 Jan 2017 22:12:11 +0000 (09:12 +1100)
committerEffy Elden <git@effy.is>
Sat, 14 Jan 2017 22:12:11 +0000 (09:12 +1100)
1  2 
app/views/stream_entries/_detailed_status.html.haml

index a89503cff009c44fb60fe30d443caf9c81a978d0,a751abf3c5979b5ffd2295026359eadfdba8bf7f..946adbd8e7a9dbe23e2a5802137d2ce0031c7b0a
      = 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: 'noopener' do
 -      %span= status.application.name
 -    ·
 +    - 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
        = fa_icon('retweet')
        %span= status.reblogs.count