James Moger
2012-02-03 1c221573789f0673995cfec03e05af936a4ff3b3
src/com/gitblit/wicket/panels/RepositoriesPanel.java
@@ -150,7 +150,13 @@
            }
            
            // repository swatch
            Component swatch = new Label("repositorySwatch", " ").setEscapeModelStrings(false);
            Component swatch;
            if (entry.isBare){
               swatch = new Label("repositorySwatch", " ").setEscapeModelStrings(false);
            } else {
               swatch = new Label("repositorySwatch", "!");
               WicketUtils.setHtmlTooltip(swatch, "This repository has a working copy and can not receive pushes");
            }
            WicketUtils.setCssBackground(swatch, entry.toString());
            row.add(swatch);
            swatch.setVisible(showSwatch);