James Moger
2011-09-22 9b72a2e674f7cbc320b0b72fc71ad813d296ab12
src/com/gitblit/wicket/pages/SummaryPage.java
@@ -78,8 +78,8 @@
      add(new Label("repositoryDescription", getRepositoryModel().description));
      add(new Label("repositoryOwner", getRepositoryModel().owner));
      add(WicketUtils.createTimestampLabel("repositoryLastChange", JGitUtils.getLastChange(r),
            getTimeZone()));
      add(WicketUtils.createTimestampLabel("repositoryLastChange",
            JGitUtils.getLastChange(r, null), getTimeZone()));
      if (metricsTotal == null) {
         add(new Label("branchStats", ""));
      } else {