Rafael Cavazin
2012-12-06 d4b95298902c8cea1411fc696ed80028b6091aa7
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