2013-09-10 06:15:49 -04:00
|
|
|
%li.commit.inline-commit
|
|
|
|
.commit-row-title
|
2017-06-29 13:06:35 -04:00
|
|
|
= link_to commit.short_id, project_commit_path(project, commit), class: "commit-sha"
|
2013-09-10 06:15:49 -04:00
|
|
|
|
2014-01-22 08:54:53 -05:00
|
|
|
%span.str-truncated
|
2017-08-23 12:53:29 -04:00
|
|
|
= link_to_markdown_field(commit, :title, project_commit_path(project, commit.id), class: "commit-row-message")
|
2014-01-22 08:54:53 -05:00
|
|
|
.pull-right
|
|
|
|
#{time_ago_with_tooltip(commit.committed_date)}
|