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