2013-09-10 06:15:49 -04:00
|
|
|
%li.commit.inline-commit
|
|
|
|
.commit-row-title
|
2015-01-24 13:02:58 -05:00
|
|
|
= link_to commit.short_id, namespace_project_commit_path(project.namespace, project, commit), class: "commit_short_id"
|
2013-09-10 06:15:49 -04:00
|
|
|
|
2014-01-22 08:54:53 -05:00
|
|
|
%span.str-truncated
|
2015-01-24 13:02:58 -05:00
|
|
|
= link_to_gfm commit.title, namespace_project_commit_path(project.namespace, project, commit.id), class: "commit-row-message"
|
2014-01-22 08:54:53 -05:00
|
|
|
.pull-right
|
|
|
|
#{time_ago_with_tooltip(commit.committed_date)}
|