Merge pull request #8442 from Hexide/dev-email-template-dates

Add commit dates to repository-push email tempalte
This commit is contained in:
Dmitriy Zaporozhets 2014-12-28 22:16:32 +02:00
commit 6cf501004b

View file

@ -6,7 +6,9 @@
- @commits.each do |commit|
%li
%strong #{link_to commit.short_id, project_commit_url(@project, commit)}
%span by #{commit.author_name}
%div
%span by #{commit.author_name}
%i at #{commit.committed_date.strftime("%Y-%m-%dT%H:%M:%SZ")}
%pre #{commit.safe_message}
%h4 Changes: