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 aca9302aff7..146674a2fac 100644
--- a/app/views/admin/applications/show.html.haml
+++ b/app/views/admin/applications/show.html.haml
@@ -36,6 +36,12 @@
%td
= @application.trusted? ? 'Y' : 'N'
+ %tr
+ %td
+ Confidential
+ %td
+ = @application.confidential? ? 'Y' : 'N'
+
= render "shared/tokens/scopes_list", token: @application
.form-actions