James Moger
2012-12-03 2e8c48c0048e386431d5c41cea733b6d95760d52
src/com/gitblit/wicket/pages/BranchesPage.java
@@ -24,7 +24,7 @@
   public BranchesPage(PageParameters params) {
      super(params);
      add(new BranchesPanel("branchesPanel", getRepositoryModel(), getRepository(), -1, isShowAdmin()));
      add(new BranchesPanel("branchesPanel", getRepositoryModel(), getRepository(), -1, isShowAdmin() || isOwner()));
   }
   @Override