Commit 8e28185b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'one-link-in-emails' into 'master'

Only have one link in emails to make clicking it easier.



See merge request !1937
parents 363900a3 c4684615
......@@ -40,9 +40,9 @@
Reply to this email directly or
#{link_to "view it on GitLab", @target_url}.
- else
#{link_to "View it on GitLab", @target_url}
#{link_to "View it on GitLab", @target_url}.
%br
You're receiving this email because of your account on #{link_to Gitlab.config.gitlab.host, root_url}.
You're receiving this email because of your account on #{Gitlab.config.gitlab.host}.
If you'd like to receive fewer emails, you can adjust your notification settings.
= email_action @target_url
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment