diff options
| author | Josh Frye <joshfng@gmail.com> | 2016-02-05 14:33:24 -0500 |
|---|---|---|
| committer | Josh Frye <joshfng@gmail.com> | 2016-02-09 10:10:41 -0500 |
| commit | 30e022a2feec7450c4173038d3fdfef0d6242953 (patch) | |
| tree | 6a145d62527573a381072710fc17ec5785cf7954 /app/views/shared/projects | |
| parent | 0dc64a8ce1e9bde993ea7a862c71d7edaa69a286 (diff) | |
| download | gitlab-ce-30e022a2feec7450c4173038d3fdfef0d6242953.tar.gz | |
Starred, All, and Trending on explore are paged also group projects. Need ajax filter.
Diffstat (limited to 'app/views/shared/projects')
| -rw-r--r-- | app/views/shared/projects/_list.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/shared/projects/_list.html.haml b/app/views/shared/projects/_list.html.haml index 67edb264b7e..4787502fbc2 100644 --- a/app/views/shared/projects/_list.html.haml +++ b/app/views/shared/projects/_list.html.haml @@ -27,3 +27,4 @@ :javascript new ProjectsList(); + Dashboard.init(); |
