Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibor Klepáč <libor.klepac@bcom.cz>2016-08-08 09:28:57 +0300
committerDmitry Smirnov <onlyjob@member.fsf.org>2016-08-08 09:28:57 +0300
commit24538ec0902667d399b47c7715aa75035aacecf2 (patch)
treec96538716e9862ca02c2696d430f93a30d8e7109 /app/views/admin/runners/index.html.haml
parent91030230545a199a86c2742600a7a2e68ef75c98 (diff)
Fix error 500 on Runners page.
~~~~ ActionView::Template::Error (Missing partial kaminari/_paginator ~~~~ Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819903 Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
Diffstat (limited to 'app/views/admin/runners/index.html.haml')
-rw-r--r--app/views/admin/runners/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/runners/index.html.haml b/app/views/admin/runners/index.html.haml
index a53876d6757..f68b6cba524 100644
--- a/app/views/admin/runners/index.html.haml
+++ b/app/views/admin/runners/index.html.haml
@@ -73,4 +73,4 @@
- @runners.each do |runner|
= render "admin/runners/runner", runner: runner
- = paginate @runners
+ = paginate @runners, theme: "gitlab"