Commit 6cf50100 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

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

Add commit dates to repository-push email tempalte
parents 803ca9e8 2ff60660
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment