summaryrefslogtreecommitdiff
path: root/app/views/admin/builds
diff options
context:
space:
mode:
authorKatarzyna Kobierska <kkobierska@gmail.com>2016-09-07 12:46:29 +0200
committerKatarzyna Kobierska <kkobierska@gmail.com>2016-09-13 09:05:07 +0200
commit27c3a87194a3a29c06cf8a2dd489d28ca0b552ab (patch)
treee0c3ca5dc48f654e71d5f57f58d8b83f70054a32 /app/views/admin/builds
parentb1016a355eded528c9f9ecb15861d084a6673823 (diff)
downloadgitlab-ce-27c3a87194a3a29c06cf8a2dd489d28ca0b552ab.tar.gz
Moved build tabs partial to shared
Diffstat (limited to 'app/views/admin/builds')
-rw-r--r--app/views/admin/builds/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/builds/index.html.haml b/app/views/admin/builds/index.html.haml
index a86e054c8d4..7dba77d2dee 100644
--- a/app/views/admin/builds/index.html.haml
+++ b/app/views/admin/builds/index.html.haml
@@ -5,7 +5,7 @@
.top-area
- build_path = ->(scope) { admin_builds_path(scope: scope) }
- = render "projects/builds/tabs", build_path: build_path, all_builds: @all_builds, scope: @scope
+ = render "shared/builds_tabs", build_path: build_path, all_builds: @all_builds, scope: @scope
.nav-controls
- if @all_builds.running_or_pending.any?