James Moger
2013-07-03 8c99a7929b48b4c4a33c80d0b6646f6e6bb563b5
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", ""));