Only have one link in emails to make clicking it easier.
This commit is contained in:
parent
363900a3e7
commit
c468461579
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue