diff options
author | Mike Greiling <mike@pixelcog.com> | 2016-11-01 15:22:24 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2016-11-10 16:38:00 -0600 |
commit | 0afbe8fc52d39cab3dd55b7936f072872f1a0326 (patch) | |
tree | afd46ad5a5b7fad0dce22dd490424635741e8aad | |
parent | 0e46ba516bf059df11b10611f414b5d6eb71a0c6 (diff) | |
download | gitlab-ce-0afbe8fc52d39cab3dd55b7936f072872f1a0326.tar.gz |
add missing column header for pipeline builds view
-rw-r--r-- | app/views/projects/commit/_ci_stage.html.haml | 6 | ||||
-rw-r--r-- | 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? |