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/generic_commit_statuses/_generic_commit_status.html.haml
parent980009e6e85562c9ee8026878929d09905b2a0a9 (diff)
Rename icon_with_label to icon_with_description
Diffstat (limited to 'app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml')
-rw-r--r--app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml b/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
index 69cb1631ee8..1dd07ae1a2a 100644
--- a/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
+++ b/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
@@ -8,7 +8,7 @@
%tr.generic_commit_status{class: ('retried' if retried)}
%td.status
- = render "ci/status/icon_with_label", subject: generic_commit_status
+ = render "ci/status/icon_with_description", subject: generic_commit_status
%td.generic_commit_status-link
- if can?(current_user, :read_commit_status, generic_commit_status) && generic_commit_status.target_url