James Moger
2012-01-11 a48c33a76f3497d33e0c3d0d3cf1a59aef23679f
src/com/gitblit/wicket/panels/RepositoriesPanel.java
@@ -148,10 +148,10 @@
            if (!StringUtils.isEmpty(currGroupName) && (repoName.indexOf('/') > -1)) {
               repoName = repoName.substring(currGroupName.length() + 1);
            }
            // repository swatch
            Component swatch = new Label("repositorySwatch", " ").setEscapeModelStrings(false);
            WicketUtils.setCssBackground(swatch, entry.name);
            WicketUtils.setCssBackground(swatch, entry.toString());
            row.add(swatch);
            swatch.setVisible(showSwatch);