summaryrefslogtreecommitdiff
path: root/app/views/projects/runners
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2018-04-17 14:19:09 +1000
committerDylan Griffith <dyl.griffith@gmail.com>2018-05-07 08:54:08 +0200
commit18500fdfa837e377109e43a2d2ec04df109cfc36 (patch)
treee9316e8a95413115d472d70e8e3e9af8cb8872da /app/views/projects/runners
parent5ad7b73ec5f5510dac3f551849c32ba4fba14739 (diff)
downloadgitlab-ce-18500fdfa837e377109e43a2d2ec04df109cfc36.tar.gz
Remove whitespace between shared runers and group runners (#10244)
Diffstat (limited to 'app/views/projects/runners')
-rw-r--r--app/views/projects/runners/_index.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/projects/runners/_index.html.haml b/app/views/projects/runners/_index.html.haml
index 3f5119d408b..e3833ceb5f1 100644
--- a/app/views/projects/runners/_index.html.haml
+++ b/app/views/projects/runners/_index.html.haml
@@ -23,7 +23,4 @@
= render 'projects/runners/specific_runners'
.col-sm-6
= render 'projects/runners/shared_runners'
-.row
- .col-sm-6
- .col-sm-6
= render 'projects/runners/group_runners'