Commit 529cf138 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'mail-footer-text' into 'master'

Change email footer text

Old:

> You're receiving this notification because you are a member of the GitLab.org / GitLab Community Edition project team.

New:

> You're receiving this notification because you've contributed to the GitLab.org / GitLab Community Edition project.


See merge request !1409
parents 7bc48f7b d8bc6423
......@@ -24,6 +24,7 @@ v 8.1.0 (unreleased)
- Improve error message when merging fails
- Add support of multibyte characters in LDAP UID (Roman Petrov)
- Show additions/deletions stats on merge request diff
- Remove footer text in emails (Zeger-Jan van de Weg)
v 8.0.3
- Fix URL shown in Slack notifications
......
......@@ -42,5 +42,3 @@
- else
#{link_to "View it on GitLab", @target_url}
= email_action @target_url
- if @project && !@disable_footer
You're receiving this notification because you are a member of the #{link_to_unless @target_url, @project.name_with_namespace, namespace_project_url(@project.namespace, @project)} project team.
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