James Moger
2013-07-13 889e695280f9b82cc31aeb5e8a28b60f8cd6c260
src/main/java/com/gitblit/wicket/pages/SummaryPage.java
@@ -116,7 +116,7 @@
      add(ownersView);
      
      add(WicketUtils.createTimestampLabel("repositoryLastChange",
            JGitUtils.getLastChange(r), getTimeZone(), getTimeUtils()));
            JGitUtils.getLastChange(r).when, getTimeZone(), getTimeUtils()));
      add(new Label("repositorySize", getRepositoryModel().size));
      if (metricsTotal == null) {
         add(new Label("branchStats", ""));