Show full commit message and author name for Email on push service

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-07-04 17:42:11 +03:00
parent c8ac0ab392
commit 6a6803c2f9
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
2 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,9 @@
%ul
- @commits.each do |commit|
%li
#{commit.short_id} - #{commit.title}
%strong #{commit.short_id}
%span by #{commit.author_name}
%pre #{commit.safe_message}
%h4 Changes:
- @diffs.each do |diff|

View File

@ -3,7 +3,9 @@
\
Commits:
- @commits.each do |commit|
#{commit.short_id} - #{truncate(commit.title, length: 40)}
#{commit.short_id} by #{commit.author_name}
#{commit.safe_message}
\- - - - -
\
\
Changes: