gitlabhq/gitlabhq

View on GitHub
app/views/events/_commit.html.haml

Summary

Maintainability
Test Coverage
%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"