James Moger
2012-10-03 394af52f9aa150f89092acf830d96b6fee27ba72
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