summaryrefslogtreecommitdiff
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
parent1a8289e0ebe72831ae9f8f2dbb34cdabcdfc7c25 (diff)
downloadgitlab-ce-26278-shaking-tab-pipelines-view.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
-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: