2015-11-05 07:49:34 -05:00
|
|
|
.branch-commit
|
2016-11-01 06:15:47 -04:00
|
|
|
.icon-container.commit-icon
|
|
|
|
= custom_icon("icon_commit")
|
2017-06-29 13:06:35 -04:00
|
|
|
= link_to commit.short_id, project_commit_path(project, commit.id), class: "commit-sha"
|
2015-09-07 05:44:00 -04:00
|
|
|
·
|
|
|
|
%span.str-truncated
|
2017-08-23 12:53:29 -04:00
|
|
|
= link_to_markdown commit.title, project_commit_path(project, commit.id), class: "commit-row-message"
|
2015-09-07 05:44:00 -04:00
|
|
|
·
|
|
|
|
#{time_ago_with_tooltip(commit.committed_date)}
|