James Moger
2012-03-19 73fba6ef98209406f1cf5f2ee00a9dc384b4a2fc
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 {