Add commit dates to repository-push email tempalte

This commit is contained in:
Miz 2014-12-11 14:18:18 +02:00
parent 9c9dc64a40
commit 2ff6066088
1 changed files with 3 additions and 1 deletions

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: