src/com/gitblit/wicket/pages/RepositoryPage.java
@@ -246,6 +246,14 @@ } } // show sparkleshare folder icon if (model.isSparkleshared()) { add(WicketUtils.newImage("repositoryIcon", "folder_star_32x32.png", getString("gb.isSparkleshared"))); } else { add(WicketUtils.newClearPixel("repositoryIcon").setVisible(false)); } if (getRepositoryModel().isBare) { add(new Label("workingCopyIndicator").setVisible(false)); } else { @@ -357,10 +365,6 @@ submodules.put(model.path, model); } } return submodules; } protected Map<String, SubmoduleModel> getSubmodules() { return submodules; }