From 5ae46fe7a5f4e3327de4d2b1bd1830308176901d Mon Sep 17 00:00:00 2001 From: ddavison Date: Wed, 20 Feb 2019 13:58:54 -0800 Subject: Add smoke test for autodevops Add tag validation on pipeline page --- app/views/projects/pipelines/_info.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/projects/pipelines/_info.html.haml') diff --git a/app/views/projects/pipelines/_info.html.haml b/app/views/projects/pipelines/_info.html.haml index 69a47faabed..9c2efd6aa35 100644 --- a/app/views/projects/pipelines/_info.html.haml +++ b/app/views/projects/pipelines/_info.html.haml @@ -23,7 +23,7 @@ - if @pipeline.queued_duration = "(queued for #{time_interval_in_words(@pipeline.queued_duration)})" - .well-segment + .well-segment.qa-pipeline-badges .icon-container = sprite_icon('flag') - if @pipeline.latest? -- cgit v1.2.3