We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8362e commit 9da11f5Copy full SHA for 9da11f5
dashboard/app/views/dynamic_config/gatekeeper_show.html.haml
@@ -48,6 +48,10 @@
48
}
49
50
51
+%p
52
+ Documentation:
53
+ = link_to 'http://wiki.code.org/display/PROD/Gatekeeper'
54
+
55
.features
56
.feature-list
57
%h3 Features
dashboard/app/views/home/_admin.html.haml
@@ -5,6 +5,7 @@
5
%ul
6
%li= link_to 'Assume Identity', assume_identity_form_path
7
%li= link_to 'Reset Password', new_user_password_path
8
+ %li= link_to 'Gatekeeper', gatekeeper_show_path
9
%li= link_to 'Grant Permissions/Privileges', CDO.code_org_url('/private/privileges')
10
%li= link_to 'Videos', videos_path
11
%li= link_to 'Recent Activity', all_usage_path
0 commit comments