Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-08 18:08:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-08 18:08:59 +0300
commitc6c5dd8848b78528d7ad7f044a0c95be629d372e (patch)
tree261577e229ade85472353eb5b380c1e4fed9bc60 /app/views/notify
parentd0aeb5df3d6b06165355b023a25b79c7bd74a27d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/notify')
-rw-r--r--app/views/notify/user_deactivated_email.html.haml2
-rw-r--r--app/views/notify/user_deactivated_email.text.erb1
2 files changed, 3 insertions, 0 deletions
diff --git a/app/views/notify/user_deactivated_email.html.haml b/app/views/notify/user_deactivated_email.html.haml
index a9262cab219..d8ba2639fe6 100644
--- a/app/views/notify/user_deactivated_email.html.haml
+++ b/app/views/notify/user_deactivated_email.html.haml
@@ -15,3 +15,5 @@
%p
= _('Please contact your GitLab administrator if you think this is an error.')
+
+= render 'layouts/mailer/user_deactivated_additional_text'
diff --git a/app/views/notify/user_deactivated_email.text.erb b/app/views/notify/user_deactivated_email.text.erb
index 9e7d00f4ad1..6faeb5ba0f4 100644
--- a/app/views/notify/user_deactivated_email.text.erb
+++ b/app/views/notify/user_deactivated_email.text.erb
@@ -8,3 +8,4 @@
<%= _('To reactivate your account, sign in to GitLab at %{gitlab_url}.') % { gitlab_url: root_url } %>
<%= _('Please contact your GitLab administrator if you think this is an error.') %>
+<%= render 'layouts/mailer/user_deactivated_additional_text' %>