summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2017-01-04 22:14:32 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-01-05 15:37:14 -0200
commit3352a4c4e100bc01408d3c8bbe14d1d2d760942a (patch)
treee0de2d7a910d236d305de487bbc3505ceb6098c9
parent09261a780ec9cf5dfacdac55458eb8a1551b160c (diff)
downloadgitlab-ce-3352a4c4e100bc01408d3c8bbe14d1d2d760942a.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: