diff options
author | Zeger-Jan van de Weg <mail@zjvandeweg.nl> | 2015-09-23 16:00:23 +0200 |
---|---|---|
committer | Zeger-Jan van de Weg <zegerjan@localhost.localdomain> | 2015-10-01 19:51:59 +0200 |
commit | d8bc6423121174ebe8145e90f511ad8cc88dc1c6 (patch) | |
tree | 9550b658c2064b14853b1a1a6677dd2f6c88caf5 /app/views/layouts/notify.html.haml | |
parent | 3fa8bd0e67233cb3636490fb35993e2db3424772 (diff) | |
download | gitlab-ce-d8bc6423121174ebe8145e90f511ad8cc88dc1c6.tar.gz |
Remove email footer text
Diffstat (limited to 'app/views/layouts/notify.html.haml')
-rw-r--r-- | app/views/layouts/notify.html.haml | 2 |
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. |