From 75eacf4d4469fb533f60f573733d47a42d3ad7e0 Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Tue, 30 Sep 2014 11:28:43 +0200 Subject: Update email templates for email on push service with links to commit and repository. --- app/views/notify/repository_push_email.text.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/notify/repository_push_email.text.haml') diff --git a/app/views/notify/repository_push_email.text.haml b/app/views/notify/repository_push_email.text.haml index 4d7c972a16a..6f5f9eda2c5 100644 --- a/app/views/notify/repository_push_email.text.haml +++ b/app/views/notify/repository_push_email.text.haml @@ -1,9 +1,9 @@ -#{@author.name} pushed to #{@branch} at #{@project.name_with_namespace} +#{@author.name} pushed to #{@branch} at #{link_to @project.name_with_namespace, project_url(@project)} \ Commits: - @commits.each do |commit| - #{commit.short_id} by #{commit.author_name} + #{link_to commit.short_id, project_commit_url(@project, commit)} by #{commit.author_name} #{commit.safe_message} \- - - - - \ -- cgit v1.2.1