James Moger
2013-11-26 67389b9e7060b7f917a8383ec04d3a0c6bd24c5c
src/main/java/com/gitblit/wicket/panels/ProjectRepositoryPanel.java
@@ -87,6 +87,12 @@
         add(WicketUtils.newClearPixel("sparkleshareIcon").setVisible(false));
      }
      if (entry.isMirror) {
         add(WicketUtils.newImage("mirrorIcon", "mirror_16x16.png", localizer.getString("gb.isMirror", parent)));
      } else {
         add(WicketUtils.newClearPixel("mirrorIcon").setVisible(false));
      }
      if (entry.isFrozen) {
         add(WicketUtils.newImage("frozenIcon", "cold_16x16.png", localizer.getString("gb.isFrozen", parent)));
      } else {