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:
authorJosh Frye <joshfng@gmail.com>2016-02-04 00:33:01 +0300
committerJosh Frye <joshfng@gmail.com>2016-02-04 19:40:19 +0300
commit7522ac0b3cf4a777fda5dce3baa699970e5133a6 (patch)
tree79055e852a8f3e0d3da01514e352207d3e533cd3 /app/views/dashboard/projects/_projects.html.haml
parent87b61db7ed6b782423397626b6ea414c43f24a15 (diff)
Paginate + ajax filter dashboard projects
Diffstat (limited to 'app/views/dashboard/projects/_projects.html.haml')
-rw-r--r--app/views/dashboard/projects/_projects.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/dashboard/projects/_projects.html.haml b/app/views/dashboard/projects/_projects.html.haml
index cea9ffcc748..35ef73071c0 100644
--- a/app/views/dashboard/projects/_projects.html.haml
+++ b/app/views/dashboard/projects/_projects.html.haml
@@ -1,3 +1,6 @@
.projects-list-holder
- = render 'shared/projects/list', projects: @projects, ci: true
+ = render 'shared/projects/list', ci: true
+
+ :javascript
+ new ProjectsList();