diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-10-25 09:14:48 +0000 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-10-25 09:14:48 +0000 |
| commit | 9b937046144f467649c966a2a1979050cd826f3e (patch) | |
| tree | 91dfdbacda5cd4cfeda1db43215d2e47e09246d7 /app/views/projects/commits | |
| parent | 3c23b6515fcba75b891763d3033d6c7a3eb4d4a6 (diff) | |
| parent | 5615f2737cb034d3d8de70e1e50f1ba8ca78c34d (diff) | |
| download | gitlab-ce-9b937046144f467649c966a2a1979050cd826f3e.tar.gz | |
Merge branch 'ci-status-mr-index' into 'master'
Ci status for merge requests index page

See merge request !1682
Diffstat (limited to 'app/views/projects/commits')
| -rw-r--r-- | app/views/projects/commits/_commit.html.haml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml index e80cc194d29..805be332e64 100644 --- a/app/views/projects/commits/_commit.html.haml +++ b/app/views/projects/commits/_commit.html.haml @@ -18,8 +18,7 @@ .pull-right - if ci_commit - = link_to ci_status_path(ci_commit), class: "c#{ci_status_color(ci_commit)}" do - = ci_status_icon(ci_commit) + = render_ci_status(ci_commit) = clipboard_button = link_to commit.short_id, namespace_project_commit_path(project.namespace, project, commit), class: "commit_short_id", data: {clipboard_text: commit.id} |
