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:
Diffstat (limited to 'app/views/notify/application_created_email.html.haml')
-rw-r--r--app/views/notify/application_created_email.html.haml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/notify/application_created_email.html.haml b/app/views/notify/application_created_email.html.haml
deleted file mode 100644
index 1113cc13d0b..00000000000
--- a/app/views/notify/application_created_email.html.haml
+++ /dev/null
@@ -1,5 +0,0 @@
-%p
- = _('Hi %{username}!') % { username: sanitize_name(@user.name) }
-%p
- - docs_link = link_to _("documentation"), help_page_url('integration/oauth_provider'), target: '_blank', rel: 'noopener noreferrer'
- = s_('Notify|A new OAuth 2 application has been created. If you did not create this application, check the OAuth 2 applications %{docs_link}.').html_safe % { docs_link: docs_link }