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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-13 19:24:29 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-13 19:25:18 +0400
commit68bfcd0521020d9f0154ffe767aa1e327e93ca24 (patch)
tree60b9f4c814d9583073de40785a94ff446124f6ed /app/views/public
parent122acb2254c94823bd7b7b64aa1bd953df5fdf66 (diff)
Add public filter to admin projects
Diffstat (limited to 'app/views/public')
-rw-r--r--app/views/public/projects/index.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/public/projects/index.html.haml b/app/views/public/projects/index.html.haml
index fceb4817210..f60a0898821 100644
--- a/app/views/public/projects/index.html.haml
+++ b/app/views/public/projects/index.html.haml
@@ -12,3 +12,6 @@
.right
%span.monospace.tiny
git clone #{project.http_url_to_repo}
+
+
+= paginate @projects, theme: "admin"