2015-11-26 14:37:03 +05:30
|
|
|
.project-last-commit
|
|
|
|
- ci_commit = project.ci_commit(commit.sha)
|
|
|
|
- if ci_commit
|
|
|
|
= link_to ci_status_path(ci_commit), class: "ci-status ci-#{ci_commit.status}" do
|
|
|
|
= ci_status_icon(ci_commit)
|
2015-12-23 02:04:40 +05:30
|
|
|
= ci_status_label(ci_commit)
|
2015-11-26 14:37:03 +05:30
|
|
|
|
|
|
|
= link_to commit.short_id, namespace_project_commit_path(project.namespace, project, commit), class: "commit_short_id"
|
|
|
|
= link_to_gfm commit.title, namespace_project_commit_path(project.namespace, project, commit), class: "commit-row-message"
|
|
|
|
·
|
|
|
|
#{time_ago_with_tooltip(commit.committed_date, skip_js: true)} by
|
|
|
|
= commit_author_link(commit, avatar: true, size: 24)
|