diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-01-03 11:25:14 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-01-03 11:30:10 +0000 |
commit | f7418752f02b3b289f46ef230ac2ae32f0e9c205 (patch) | |
tree | a7a083e4926e27c26009fdf603e59b46c50e61bc /app | |
parent | 1a8289e0ebe72831ae9f8f2dbb34cdabcdfc7c25 (diff) | |
download | gitlab-ce-f7418752f02b3b289f46ef230ac2ae32f0e9c205.tar.gz |
Removes invalid html and unneed CSS to prevent shaking in the pipelines tab26278-shaking-tab-pipelines-view
Updates CHANGELOG entry with MR ID
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/commit/_pipelines_list.haml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |