James Moger
2013-01-11 e4e68298c2f55c93dc2464e26a24b119a649e642
src/com/gitblit/wicket/panels/RepositoriesPanel.java
@@ -233,6 +233,13 @@
                     .setEscapeModelStrings(false));
            }
            if (entry.isSparkleshared()) {
               row.add(WicketUtils.newImage("sparkleshareIcon", "star_16x16.png",
                     getString("gb.isSparkleshared")));
            } else {
               row.add(WicketUtils.newClearPixel("sparkleshareIcon").setVisible(false));
            }
            if (entry.isFork()) {
               row.add(WicketUtils.newImage("forkIcon", "commit_divide_16x16.png",
                     getString("gb.isFork")));