summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-06-06 00:06:08 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2017-06-06 04:31:40 -0500
commit323a326c73f4aabf37bf79f8e42350c128983c2d (patch)
treefb21b276fac004c817871c68af5a349bc8ed012f /app/views/dashboard
parentea531e1effa51bcec84e50a69901e6eec7c789c1 (diff)
downloadgitlab-ce-323a326c73f4aabf37bf79f8e42350c128983c2d.tar.gz
Improve pagination when searching or filtering
[ci skip]
Diffstat (limited to 'app/views/dashboard')
-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 f6ac479d41a..b72b04479de 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) } }
+ #dashboard-group-app{ data: { endpoint: dashboard_groups_path(format: :json), path: dashboard_groups_path } }
%groups-component{ ':groups' => 'state.groups', ':page-info' => 'state.pageInfo' }