gitlab-org--gitlab-foss/app/views/projects/commits/_inline_commit.html.haml

7 lines
335 B
Text
Raw Normal View History

2013-09-10 06:15:49 -04:00
%li.commit.inline-commit
.commit-row-title
= link_to commit.short_id(8), project_commit_path(project, commit), class: "commit_short_id"
 
= link_to_gfm truncate(commit.title, length: 40), project_commit_path(project, commit.id), class: "commit-row-message"
#{time_ago_with_tooltip(commit.committed_date)}