James Moger
2011-07-25 caad17c342b380a0bca558bed2448a39e09f4660
Fixed incorrect branch name.
1 files modified
2 ■■■ changed files
src/com/gitblit/wicket/panels/BranchesPanel.java 2 ●●● patch | view | raw | blame | history
src/com/gitblit/wicket/panels/BranchesPanel.java
@@ -145,7 +145,7 @@
        // We always have 1 branch
        hasBranches = (branches.size() > 1)
                || ((branches.size() == 1) && !branches.get(0).displayName
                        .equalsIgnoreCase(Constants.HEAD));
                        .equalsIgnoreCase("master"));
    }
    public BranchesPanel hideIfEmpty() {