_commit.html.haml 241 Bytes
%li.commit
  .commit-row-title
    = link_to commit[:id][0..8], project_commit_path(project, commit[:id]), class: "commit_short_id", alt: ''
     
    = gfm escape_once(truncate(commit[:message], length: 70)) rescue "--broken encoding"