James Moger
2012-11-27 28a1e9bfdbcda573e3071cd529b1cb8670683d87
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