summaryrefslogtreecommitdiff
path: root/app/views/admin/applications/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/applications/show.html.haml')
-rw-r--r--app/views/admin/applications/show.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/admin/applications/show.html.haml b/app/views/admin/applications/show.html.haml
index 14683cc66e9..5125aa21b06 100644
--- a/app/views/admin/applications/show.html.haml
+++ b/app/views/admin/applications/show.html.haml
@@ -23,6 +23,12 @@
%div
%span.monospace= uri
+ %tr
+ %td
+ Trusted
+ %td
+ = @application.trusted? ? 'Y' : 'N'
+
= render "shared/tokens/scopes_list", token: @application
.form-actions