From 0afbe8fc52d39cab3dd55b7936f072872f1a0326 Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Tue, 1 Nov 2016 15:22:24 -0500 Subject: [PATCH] add missing column header for pipeline builds view --- app/views/projects/commit/_ci_stage.html.haml | 6 +++--- app/views/projects/commit/_pipeline.html.haml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/views/projects/commit/_ci_stage.html.haml b/app/views/projects/commit/_ci_stage.html.haml index 6bb900e3fc1..65f4c0b7c7d 100644 --- a/app/views/projects/commit/_ci_stage.html.haml +++ b/app/views/projects/commit/_ci_stage.html.haml @@ -10,6 +10,6 @@ = stage.titleize = render statuses.latest_ci_stages, coverage: @project.build_coverage_enabled?, stage: false, ref: false, allow_retry: true = render statuses.retried_ci_stages, coverage: @project.build_coverage_enabled?, stage: false, ref: false, retried: true - %tr - %td{colspan: 10} -   +%tr + %td{colspan: 10} +   diff --git a/app/views/projects/commit/_pipeline.html.haml b/app/views/projects/commit/_pipeline.html.haml index 062a8905a19..95177856031 100644 --- a/app/views/projects/commit/_pipeline.html.haml +++ b/app/views/projects/commit/_pipeline.html.haml @@ -61,6 +61,7 @@ %tr %th Status %th Build ID + %th Pipeline %th Name %th - if pipeline.project.build_coverage_enabled?