diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2014-11-11 16:10:24 +0100 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2014-11-11 16:10:24 +0100 |
commit | 3dcb5f8501e6eedb41c5d8a83eff1e3b80822f1d (patch) | |
tree | f6711ecd08bbe248fe46d16b2b76774e5f3fe461 /app/views/layouts/notify.html.haml | |
parent | af154478675f9e3d970dbd9339e0ed23c23a7eec (diff) | |
download | gitlab-ce-3dcb5f8501e6eedb41c5d8a83eff1e3b80822f1d.tar.gz |
Include the helper for mailer, add links to emails.
Diffstat (limited to 'app/views/layouts/notify.html.haml')
-rw-r--r-- | app/views/layouts/notify.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/notify.html.haml b/app/views/layouts/notify.html.haml index ab421d63f1a..1236cf00f01 100644 --- a/app/views/layouts/notify.html.haml +++ b/app/views/layouts/notify.html.haml @@ -28,3 +28,4 @@ You're receiving this notification because you are a member of the #{link_to_unless @target_url, @project.name_with_namespace, project_url(@project)} project team. - if @target_url #{link_to "View it on GitLab", @target_url} + = email_action name: "View #{@note.noteable_type.underscore.humanize}", url: @target_url |