From f7418752f02b3b289f46ef230ac2ae32f0e9c205 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Tue, 3 Jan 2017 11:25:14 +0000 Subject: Removes invalid html and unneed CSS to prevent shaking in the pipelines tab Updates CHANGELOG entry with MR ID --- app/views/projects/commit/_pipelines_list.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/views/projects/commit/_pipelines_list.haml b/app/views/projects/commit/_pipelines_list.haml index 5a9f7295135..a332b67c73e 100644 --- a/app/views/projects/commit/_pipelines_list.haml +++ b/app/views/projects/commit/_pipelines_list.haml @@ -1,6 +1,6 @@ -%ul.content-list.pipelines +%div - if pipelines.blank? - %li + %div .nothing-here-block No pipelines to show - else .table-holder -- cgit v1.2.1