James Moger
2012-01-06 6c6fbf522e35d32924850ff1110680844c0382f4
src/com/gitblit/wicket/panels/RepositoriesPanel.java
@@ -144,7 +144,7 @@
            item.add(row);
            // try to strip group name for less cluttered list
            String repoName = entry.name;
            String repoName = entry.toString();
            if (!StringUtils.isEmpty(currGroupName) && (repoName.indexOf('/') > -1)) {
               repoName = repoName.substring(currGroupName.length() + 1);
            }