diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-12-08 11:03:01 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-12-12 12:59:01 +0100 |
commit | feaf01802c092be8f55994c910f2975376cbd20f (patch) | |
tree | 66650ccffc461bc127ca45f176136798a4e6b6c4 /app/views/admin | |
parent | a83a80edb368d9b5697493123c2f13d8b7c6531e (diff) | |
download | gitlab-ce-feaf01802c092be8f55994c910f2975376cbd20f.tar.gz |
Remove ci_status_with_icon helper and replace it with partial [ci skip]
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/runners/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/runners/show.html.haml b/app/views/admin/runners/show.html.haml index 73038164056..fa8be25ffa8 100644 --- a/app/views/admin/runners/show.html.haml +++ b/app/views/admin/runners/show.html.haml @@ -91,7 +91,7 @@ %strong ##{build.id} %td.status - = ci_status_with_icon(build.status) + = render "ci/status/icon_with_label", subject: build %td.status - if project |