summaryrefslogtreecommitdiff
path: root/app/views/events/_commit.html.haml
blob: f2f2d47ef96f5ff0388286f44eb609fe5af316e9 (plain)
1
2
3
4
5
6
7
%li.commit
  %p
    = link_to commit.short_id(8), project_commit_path(project, commit), class: "commit_short_id"
    %span= commit.author_name
    –
    = image_tag gravatar_icon(commit.author_email), class: "avatar", width: 16
    = gfm escape_once(truncate(commit.title, length: 50)) rescue "--broken encoding"