summaryrefslogtreecommitdiff
path: root/app/views/events/_commit.html.haml
blob: 0f4f40e2180dfb1ad3daca42389bdd0038b93ca2 (plain)
1
2
3
4
5
6
7
8
9
- 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) rescue "--broken encoding"