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:
authorRajat Jain <rjain@gitlab.com>2019-01-07 09:51:02 +0300
committerRajat Jain <rjain@gitlab.com>2019-01-07 10:46:53 +0300
commitda645b61ae8c683f71e7ea4082577b16c1ea44f9 (patch)
treed60960a5c20c3589078d8d012d8d0793676d39fc /app/views/projects/_issuable_by_email.html.haml
parentb83be5032716548ea9d738a03e0a20f660dc04ac (diff)
Add help icon next to private email
Diffstat (limited to 'app/views/projects/_issuable_by_email.html.haml')
-rw-r--r--app/views/projects/_issuable_by_email.html.haml7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/views/projects/_issuable_by_email.html.haml b/app/views/projects/_issuable_by_email.html.haml
index d59191a6f87..c8ad5919596 100644
--- a/app/views/projects/_issuable_by_email.html.haml
+++ b/app/views/projects/_issuable_by_email.html.haml
@@ -36,7 +36,12 @@
%p
= render 'by_email_description'
%p
- This is a private email address, generated just for you.
+ This is a private email address
+
+ %a{ href: 'https://docs.gitlab.com/ee/development/emails.html#email-namespace', target: "_blank", rel: "noopener" }
+ %i.fa.fa-question-circle{ 'aria-label': "Learn more about incoming email addresses" }
+
+ , generated just for you.
Anyone who gets ahold of it can create issues or merge requests as if they were you.
You should