7754189187
Didn't bother with files in db/, config/, or features/
10 lines
416 B
Plaintext
10 lines
416 B
Plaintext
- commit = CommitDecorator.decorate(commit)
|
|
%li.wll.commit
|
|
%p
|
|
= link_to commit.short_id(8), project_commit_path(project, id: commit.id), class: "commit_short_id"
|
|
%strong.cdark= commit.author_name
|
|
–
|
|
= image_tag gravatar_icon(commit.author_email), class: "avatar", width: 16
|
|
= gfm truncate(commit.title, length: 50), project_commit_path(project, id: commit.id) rescue "--broken encoding"
|
|
|