summaryrefslogtreecommitdiff
path: root/app/views/notify/new_user_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/new_user_email.html.haml')
-rw-r--r--app/views/notify/new_user_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/new_user_email.html.haml b/app/views/notify/new_user_email.html.haml
index 00e1b5faae3..db4424a01f9 100644
--- a/app/views/notify/new_user_email.html.haml
+++ b/app/views/notify/new_user_email.html.haml
@@ -1,7 +1,7 @@
%p
Hi #{@user['name']}!
%p
- - if current_application_settings.allow_signup?
+ - if Gitlab::CurrentSettings.allow_signup?
Your account has been created successfully.
- else
The Administrator created an account for you. Now you are a member of the company GitLab application.