summaryrefslogtreecommitdiff
path: root/users/app/views/users/_edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'users/app/views/users/_edit.html.haml')
-rw-r--r--users/app/views/users/_edit.html.haml14
1 files changed, 0 insertions, 14 deletions
diff --git a/users/app/views/users/_edit.html.haml b/users/app/views/users/_edit.html.haml
deleted file mode 100644
index 1d2b68a..0000000
--- a/users/app/views/users/_edit.html.haml
+++ /dev/null
@@ -1,14 +0,0 @@
--#
--# edit user form, used by both show and edit actions.
--#
--# We render a bunch of forms here. Which we use depends upon config settings
--# user_actions and admin_actions. They both include an array of actions
--# allowed to users and admins.
--# Possible forms are:
--# 'change_password'
--# 'change_pgp_key'
--# 'change_service_level'
--# 'destroy_account'
-- actions = APP_CONFIG[admin? ? :admin_actions : :user_actions] || []
-- actions.each do |action|
- = render action