diff options
Diffstat (limited to 'app/views/oauth/authorized_applications')
-rw-r--r-- | app/views/oauth/authorized_applications/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/oauth/authorized_applications/index.html.haml b/app/views/oauth/authorized_applications/index.html.haml index 421ed317d..ba0c08495 100644 --- a/app/views/oauth/authorized_applications/index.html.haml +++ b/app/views/oauth/authorized_applications/index.html.haml @@ -16,7 +16,7 @@ = application.name - else = 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 />') %td= l application.created_at %td - unless application.superapp? |