diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2017-05-22 12:47:05 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2017-05-22 12:47:05 -0500 |
commit | a5a7b574df131897e87404c8ef5059821984f81f (patch) | |
tree | 7cf701d6f16d9359a0fef46979fdc74cb2c5374c /app/views/dashboard | |
parent | a87d447c3547e8ccf96449056b450574bbbf7980 (diff) | |
download | gitlab-ce-a5a7b574df131897e87404c8ef5059821984f81f.tar.gz |
Paginate group results
[ci skip]
Diffstat (limited to 'app/views/dashboard')
-rw-r--r-- | app/views/dashboard/groups/_groups.html.haml | 2 |
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' } |