gitlabhq/app/views/events/_commit.html.haml
2012-07-25 22:27:25 +03:00

10 lines
438 B
Plaintext

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