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"
|
2013-12-30 07:49:22 -05:00
|
|
|
#{time_ago_with_tooltip(commit.committed_date)}
|