diff options
| author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-12-08 18:16:23 +0100 |
|---|---|---|
| committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-12-12 12:59:01 +0100 |
| commit | d1dd89356c4cd5e70f2b81ef416e52b745486293 (patch) | |
| tree | 2625e256cc3c188d89970c152d4c30765aa9df81 /app/views/admin | |
| parent | 980009e6e85562c9ee8026878929d09905b2a0a9 (diff) | |
| download | gitlab-ce-d1dd89356c4cd5e70f2b81ef416e52b745486293.tar.gz | |
Rename icon_with_label to icon_with_description
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 fa8be25ffa8..badeb11b208 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 - = render "ci/status/icon_with_label", subject: build + = render "ci/status/icon_with_description", subject: build %td.status - if project |
