11 lines
392 B
Plaintext
11 lines
392 B
Plaintext
- commit = CommitDecorator.decorate(commit)
|
|
%li.wll.commit
|
|
= link_to project_commit_path(project, :id => commit.id) do
|
|
%p
|
|
%code.left= commit.short_id
|
|
%strong.cgray= commit.author_name
|
|
–
|
|
= image_tag gravatar_icon(commit.author_email), :class => "avatar", :width => 16
|
|
%span.row_title= truncate(commit.title, :length => 50) rescue "--broken encoding"
|
|
|