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