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/pipelines/_info.html.haml
parent980009e6e85562c9ee8026878929d09905b2a0a9 (diff)
Rename icon_with_label to icon_with_description
Diffstat (limited to 'app/views/projects/pipelines/_info.html.haml')
-rw-r--r--app/views/projects/pipelines/_info.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/_info.html.haml b/app/views/projects/pipelines/_info.html.haml
index f7385184a2b..d05697b4ee3 100644
--- a/app/views/projects/pipelines/_info.html.haml
+++ b/app/views/projects/pipelines/_info.html.haml
@@ -1,6 +1,6 @@
.page-content-header
.header-main-content
- = render "ci/status/icon_with_label", subject: @pipeline
+ = render "ci/status/icon_with_description", subject: @pipeline
%strong Pipeline ##{@commit.pipelines.last.id}
triggered #{time_ago_with_tooltip(@commit.authored_date)} by
= author_avatar(@commit, size: 24)