Luca Milanesio
2012-12-02 8d80685563c8b7a07aa10e4c20208a2e39d1ad7a
src/com/gitblit/wicket/pages/RootPage.java
@@ -418,7 +418,7 @@
         // brute-force our way through finding the matching models
         for (RepositoryModel repositoryModel : availableModels) {
            for (TeamModel teamModel : teamModels) {
               if (teamModel.hasRepository(repositoryModel.name)) {
               if (teamModel.hasRepositoryPermission(repositoryModel.name)) {
                  models.add(repositoryModel);
               }
            }