summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/_info.html.haml
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-12-08 18:16:23 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-12-12 12:59:01 +0100
commitd1dd89356c4cd5e70f2b81ef416e52b745486293 (patch)
tree2625e256cc3c188d89970c152d4c30765aa9df81 /app/views/projects/pipelines/_info.html.haml
parent980009e6e85562c9ee8026878929d09905b2a0a9 (diff)
downloadgitlab-ce-d1dd89356c4cd5e70f2b81ef416e52b745486293.tar.gz
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)