James Moger
2011-07-20 072bbe1b223c6f6c7a80ee86e00a41e15913b4ee
src/com/gitblit/wicket/pages/SummaryPage.java
@@ -78,7 +78,7 @@
      add(new Label("repositoryDescription", getRepositoryModel().description));
      add(new Label("repositoryOwner", getRepositoryModel().owner));
      add(WicketUtils.createTimestampLabel("repositoryLastChange", JGitUtils.getLastChange(r),
      add(WicketUtils.createTimestampLabel("repositoryLastChange", JGitUtils.getLastChange(r, null),
            getTimeZone()));
      if (metricsTotal == null) {
         add(new Label("branchStats", ""));