summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/charts
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-05 14:39:52 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-08 11:59:05 -0700
commit5abc1682153b0e45cc60a4762baf584228dd1f05 (patch)
treec8d37354d8e63365dc20a927f3b54402b51fbad6 /app/views/projects/pipelines/charts
parentbce886b776ad9dd95846f71a67199ad4fe9b7ead (diff)
downloadgitlab-ce-5abc1682153b0e45cc60a4762baf584228dd1f05.tar.gz
Change pipeline charts colors to match legend41404-pipelines-charts
Diffstat (limited to 'app/views/projects/pipelines/charts')
-rw-r--r--app/views/projects/pipelines/charts/_pipelines.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/pipelines/charts/_pipelines.haml b/app/views/projects/pipelines/charts/_pipelines.haml
index 7a100843f5e..41dc2f6cf9d 100644
--- a/app/views/projects/pipelines/charts/_pipelines.haml
+++ b/app/views/projects/pipelines/charts/_pipelines.haml
@@ -4,11 +4,11 @@
%h4= _("Pipelines charts")
%p
&nbsp;
- %span.cgreen
+ %span.legend-success
= icon("circle")
= s_("Pipeline|success")
&nbsp;
- %span.cgray
+ %span.legend-all
= icon("circle")
= s_("Pipeline|all")