Add commit dates to repository-push email tempalte
This commit is contained in:
parent
9c9dc64a40
commit
2ff6066088
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
|||
- @commits.each do |commit|
|
||||
%li
|
||||
%strong #{link_to commit.short_id, project_commit_url(@project, commit)}
|
||||
%div
|
||||
%span by #{commit.author_name}
|
||||
%i at #{commit.committed_date.strftime("%Y-%m-%dT%H:%M:%SZ")}
|
||||
%pre #{commit.safe_message}
|
||||
|
||||
%h4 Changes:
|
||||
|
|
Loading…
Reference in a new issue