Open authorized application in a new window (#2250)

Like it's already done when you click on an application from a toot, it's opening in a new window.
462e956164/app/views/stream_entries/_detailed_status.html.haml (L41)
th-downstream
Jérémy Benoist 8 years ago committed by Eugen
parent 0fd613d2dc
commit 54164971c3

@ -15,7 +15,7 @@
- if application.website.blank? - if application.website.blank?
= application.name = application.name
- else - else
= link_to application.name, application.website = link_to application.name, application.website, target: '_blank', rel: 'noopener'
%th= application.scopes.map { |scope| t(scope, scope: [:doorkeeper, :scopes]) }.join('<br />').html_safe %th= application.scopes.map { |scope| t(scope, scope: [:doorkeeper, :scopes]) }.join('<br />').html_safe
%td= l application.created_at %td= l application.created_at
%td %td

Loading…
Cancel
Save