summaryrefslogtreecommitdiff
path: root/app/views/projects/commit
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-01-03 11:25:14 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-01-03 11:30:10 +0000
commitf7418752f02b3b289f46ef230ac2ae32f0e9c205 (patch)
treea7a083e4926e27c26009fdf603e59b46c50e61bc /app/views/projects/commit
parent1a8289e0ebe72831ae9f8f2dbb34cdabcdfc7c25 (diff)
downloadgitlab-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/views/projects/commit')
-rw-r--r--app/views/projects/commit/_pipelines_list.haml4
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