James Moger
2012-03-17 e28b2f68fc38e4976a0e8bc11af45834bbde940c
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 {