2012-07-22 13:08:24 +02:00
|
|
|
- commit = CommitDecorator.decorate(commit)
|
2012-08-13 07:52:10 +02:00
|
|
|
%li.commit
|
2012-07-24 01:22:01 +02:00
|
|
|
%p
|
2012-09-17 16:06:56 +02:00
|
|
|
= link_to commit.short_id(8), project_commit_path(project, commit), class: "commit_short_id"
|
2012-09-24 11:32:51 +02:00
|
|
|
%span= commit.author_name
|
2012-07-24 01:22:01 +02:00
|
|
|
–
|
2012-08-11 00:07:50 +02:00
|
|
|
= image_tag gravatar_icon(commit.author_email), class: "avatar", width: 16
|
2012-09-20 02:21:12 +02:00
|
|
|
= gfm escape_once(truncate(commit.title, length: 50)) rescue "--broken encoding"
|