9 lines
361 B
Text
9 lines
361 B
Text
%li.wll.commit
|
|
= link_to project_commit_path(project, :id => commit.id) do
|
|
%p
|
|
%code.left= commit.id.to_s[0..10]
|
|
%strong.cgray= commit.author_name
|
|
–
|
|
= image_tag gravatar_icon(commit.author_email), :class => "avatar", :width => 16
|
|
%span.row_title= truncate(commit.safe_message, :length => 50) rescue "--broken encoding"
|
|
|