James Moger
2012-02-23 4fea450fd3edfba6bb9e2c3c0a9231c6d227a09c
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 {