Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-12-08 20:16:23 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-12-12 14:59:01 +0300
commitd1dd89356c4cd5e70f2b81ef416e52b745486293 (patch)
tree2625e256cc3c188d89970c152d4c30765aa9df81 /app/views/projects/ci/builds/_build.html.haml
parent980009e6e85562c9ee8026878929d09905b2a0a9 (diff)
Rename icon_with_label to icon_with_description
Diffstat (limited to 'app/views/projects/ci/builds/_build.html.haml')
-rw-r--r--app/views/projects/ci/builds/_build.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/ci/builds/_build.html.haml b/app/views/projects/ci/builds/_build.html.haml
index 6b0cd3e49a0..4257bb86859 100644
--- a/app/views/projects/ci/builds/_build.html.haml
+++ b/app/views/projects/ci/builds/_build.html.haml
@@ -9,7 +9,7 @@
%tr.build.commit{class: ('retried' if retried)}
%td.status
- = render "ci/status/icon_with_label", subject: build
+ = render "ci/status/icon_with_description", subject: build
%td.branch-commit
- if can?(current_user, :read_build, build)