summaryrefslogtreecommitdiff
path: root/app/views/admin/users/_user_deactivation_effects.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/users/_user_deactivation_effects.html.haml')
-rw-r--r--app/views/admin/users/_user_deactivation_effects.html.haml18
1 files changed, 0 insertions, 18 deletions
diff --git a/app/views/admin/users/_user_deactivation_effects.html.haml b/app/views/admin/users/_user_deactivation_effects.html.haml
deleted file mode 100644
index dc3896e18c0..00000000000
--- a/app/views/admin/users/_user_deactivation_effects.html.haml
+++ /dev/null
@@ -1,18 +0,0 @@
-%p
- = s_('AdminUsers|Deactivating a user has the following effects:')
-%ul
- %li
- = s_('AdminUsers|The user will be logged out')
- %li
- = s_('AdminUsers|The user will not be able to access git repositories')
- %li
- = s_('AdminUsers|The user will not be able to access the API')
- %li
- = s_('AdminUsers|The user will not receive any notifications')
- %li
- = s_('AdminUsers|The user will not be able to use slash commands')
- %li
- = s_('AdminUsers|When the user logs back in, their account will reactivate as a fully active account')
- %li
- = s_('AdminUsers|Personal projects, group and user history will be left intact')
- = render_if_exists 'admin/users/user_deactivation_effects_on_seats'