summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <mail@zjvandeweg.nl>2015-09-23 16:00:23 +0200
committerZeger-Jan van de Weg <zegerjan@localhost.localdomain>2015-10-01 19:51:59 +0200
commitd8bc6423121174ebe8145e90f511ad8cc88dc1c6 (patch)
tree9550b658c2064b14853b1a1a6677dd2f6c88caf5 /app/views/layouts
parent3fa8bd0e67233cb3636490fb35993e2db3424772 (diff)
downloadgitlab-ce-d8bc6423121174ebe8145e90f511ad8cc88dc1c6.tar.gz
Remove email footer text
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/notify.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/layouts/notify.html.haml b/app/views/layouts/notify.html.haml
index ec209c38eed..2f7d7e86f56 100644
--- a/app/views/layouts/notify.html.haml
+++ b/app/views/layouts/notify.html.haml
@@ -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.