summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2017-01-04 22:14:32 +0000
committerFatih Acet <acetfatih@gmail.com>2017-01-04 22:14:32 +0000
commitaec04a47c16665f1dfb1fb61647c3f78a4dde20f (patch)
treec64509c2df9cdebf515a81da18c9741121712385
parent80c9a1a0b072f71e681739d31d61317328202fde (diff)
parentf7418752f02b3b289f46ef230ac2ae32f0e9c205 (diff)
downloadgitlab-ce-aec04a47c16665f1dfb1fb61647c3f78a4dde20f.tar.gz
Merge branch '26278-shaking-tab-pipelines-view' into 'master'
Removes invalid html and unneeded CSS to prevent shaking in the pipelines tab Closes #26278 See merge request !8411
-rw-r--r--app/views/projects/commit/_pipelines_list.haml4
-rw-r--r--changelogs/unreleased/26278-shaking-tab-pipelines-view.yml4
2 files changed, 6 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
diff --git a/changelogs/unreleased/26278-shaking-tab-pipelines-view.yml b/changelogs/unreleased/26278-shaking-tab-pipelines-view.yml
new file mode 100644
index 00000000000..949e321bc3f
--- /dev/null
+++ b/changelogs/unreleased/26278-shaking-tab-pipelines-view.yml
@@ -0,0 +1,4 @@
+---
+title: Removes invalid html and unneed CSS to prevent shaking in the pipelines tab
+merge_request: 8411
+author: