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.text.erb')
-rw-r--r--app/views/notify/application_created_email.text.erb7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/notify/application_created_email.text.erb b/app/views/notify/application_created_email.text.erb
deleted file mode 100644
index 8164f342f9a..00000000000
--- a/app/views/notify/application_created_email.text.erb
+++ /dev/null
@@ -1,7 +0,0 @@
-<p>
- <%= _('Hi %{username}!') % { username: sanitize_name(@user.name) } %>
-</p>
-<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 } %>
-</p> \ No newline at end of file