From 943d439ceca4aa1d2b807612d7a759efc1645e75 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Sun, 22 May 2016 22:51:23 -0500 Subject: [PATCH] Remove extra column from builds --- CHANGELOG | 1 + app/views/projects/builds/index.html.haml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 88e7cfaf9671..0ad32117f13e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -19,6 +19,7 @@ v 8.8.0 (unreleased) - Project#open_branches has been cleaned up and no longer loads entire records into memory. - Escape HTML in commit titles in system note messages - Fix scope used when accessing container registry + - Remove extra column from builds - Fix creation of Ci::Commit object which can lead to pending, failed in some scenarios - Improve multiple branch push performance by memoizing permission checking - Log to application.log when an admin starts and stops impersonating a user diff --git a/app/views/projects/builds/index.html.haml b/app/views/projects/builds/index.html.haml index 98f4a9416e57..cae5fa95f43c 100644 --- a/app/views/projects/builds/index.html.haml +++ b/app/views/projects/builds/index.html.haml @@ -53,7 +53,6 @@ %th Ref %th Stage %th Name - %th Tags %th Duration %th Finished at - if @project.build_coverage_enabled? -- GitLab