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>2016-03-03 15:47:32 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-03 15:47:32 +0300
commit022e38540a60171bcd5adc9c29bb2507b0ab4b08 (patch)
tree848bbf93cb5efaf747c5f13d4fbcc65de1a76896 /app/views/groups/_projects.html.haml
parent7455d950bcd0152ee30c024a30a652886970ac3f (diff)
Remove unnecessary project limit argument from group projects page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/groups/_projects.html.haml')
-rw-r--r--app/views/groups/_projects.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/_projects.html.haml b/app/views/groups/_projects.html.haml
index 4eab070dc93..794aa57b55a 100644
--- a/app/views/groups/_projects.html.haml
+++ b/app/views/groups/_projects.html.haml
@@ -8,4 +8,4 @@
= icon('plus')
New Project
-= render 'shared/projects/list', projects: @projects, projects_limit: 20, stars: false, skip_namespace: true
+= render 'shared/projects/list', projects: @projects, stars: false, skip_namespace: true