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")
|
2016-07-27 11:26:29 -04:00
|
|
|
= link_to commit.short_id, namespace_project_commit_path(project.namespace, project, commit.id), class: "commit-id monospace"
|
2015-09-07 05:44:00 -04:00
|
|
|
·
|
|
|
|
%span.str-truncated
|
|
|
|
= link_to_gfm commit.title, namespace_project_commit_path(project.namespace, project, commit.id), class: "commit-row-message"
|
|
|
|
·
|
|
|
|
#{time_ago_with_tooltip(commit.committed_date)}
|