summaryrefslogtreecommitdiff
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-04-17 14:19:09 +1000
commit4fa3b0daeb8761bb370aeec9a7c9d8df585e8384 (patch)
tree6da7b652e27fe04c982d0c796b6594bf22fba117
parent80aaec2dae361c17124722288359d96e8ae21659 (diff)
downloadgitlab-ce-siemens/gitlab-ce-feature/runner-per-group.tar.gz
Remove whitespace between shared runers and group runners (#10244)siemens/gitlab-ce-feature/runner-per-group
-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'