James Moger
2012-02-25 85e0731a160baf33336596c6c8bb1cb042ac85bc
src/com/gitblit/wicket/pages/SummaryPage.java
@@ -84,7 +84,7 @@
      add(new Label("repositoryOwner", getRepositoryModel().owner));
      add(WicketUtils.createTimestampLabel("repositoryLastChange",
            JGitUtils.getLastChange(r, null), getTimeZone()));
            JGitUtils.getLastChange(r), getTimeZone()));
      if (metricsTotal == null) {
         add(new Label("branchStats", ""));
      } else {