Commit 01c5eced authored by Douwe Maan's avatar Douwe Maan

Add "Reply to this email directly" to notification footer.

parent 6b31827a
...@@ -36,7 +36,11 @@ ...@@ -36,7 +36,11 @@
— —
%br %br
- if @target_url - if @target_url
#{link_to "View it on GitLab", @target_url} - if @reply_by_email
Reply to this email directly or
#{link_to "view it on GitLab", @target_url}.
- else
#{link_to "View it on GitLab", @target_url}
= email_action @target_url = email_action @target_url
- if @project && !@disable_footer - 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. 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