Philip L. McMahon
2012-01-27 30f9d25d77ccb5cd978d4cf8fa389ec819e90e95
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);