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:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-05-22 20:47:05 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2017-05-22 20:47:05 +0300
commita5a7b574df131897e87404c8ef5059821984f81f (patch)
tree7cf701d6f16d9359a0fef46979fdc74cb2c5374c /app/views/dashboard/groups
parenta87d447c3547e8ccf96449056b450574bbbf7980 (diff)
Paginate group results
[ci skip]
Diffstat (limited to 'app/views/dashboard/groups')
-rw-r--r--app/views/dashboard/groups/_groups.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/groups/_groups.html.haml b/app/views/dashboard/groups/_groups.html.haml
index dafb58e5370..f6ac479d41a 100644
--- a/app/views/dashboard/groups/_groups.html.haml
+++ b/app/views/dashboard/groups/_groups.html.haml
@@ -1,3 +1,3 @@
.js-groups-list-holder
#dashboard-group-app{ data: { endpoint: dashboard_groups_path(format: :json) } }
- %groups-component{ ':groups' => 'state.groups' }
+ %groups-component{ ':groups' => 'state.groups', ':page-info' => 'state.pageInfo' }