Remove email footer text

This commit is contained in:
Zeger-Jan van de Weg
2015-10-01 19:51:59 +02:00
committed by Zeger-Jan van de Weg
parent 3fa8bd0e67
commit d8bc642312
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -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
-2
View File
@@ -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.