summaryrefslogtreecommitdiff
path: root/app/views/notify/provisioned_member_access_granted_email.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/provisioned_member_access_granted_email.haml')
-rw-r--r--app/views/notify/provisioned_member_access_granted_email.haml24
1 files changed, 0 insertions, 24 deletions
diff --git a/app/views/notify/provisioned_member_access_granted_email.haml b/app/views/notify/provisioned_member_access_granted_email.haml
deleted file mode 100644
index 2f2fd33145a..00000000000
--- a/app/views/notify/provisioned_member_access_granted_email.haml
+++ /dev/null
@@ -1,24 +0,0 @@
-- source_link = link_to(member_source.human_name, member_source.web_url, target: '_blank', rel: 'noopener noreferrer', class: :highlight)
-- confirmation_link = confirmation_url(@user, confirmation_token: @user.confirmation_token)
-
-%tr
- %td.text-content
- %p
- = _('An Enterprise User GitLab account has been created for you by your organization:')
- %p
- = _('Username: %{username}') % { username: @user.username }
- %br
- = _('Email: %{email}') % { email: @user.email }
- %br
- = _('GitLab group: %{source_link}').html_safe % { source_link: source_link }
-
-%tr
- %td.text-content
- %p
- = _('By authenticating with an account tied to an Enterprise e-mail address, it is understood that this account is an Enterprise User. ')
- = _('To ensure no loss of personal content, an Individual User should create a separate account under their own personal email address, not tied to the Enterprise email domain or name-space.')
- - unless @user.confirmed?
- %p
- = _('To get started, click the link below to confirm your account.')
- %p
- = link_to 'Confirm your account', confirmation_link