James Moger
2011-07-27 f8dc86f1b362c2906ea302eb56928b59156cd484
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, null),
            getTimeZone()));
      add(WicketUtils.createTimestampLabel("repositoryLastChange",
            JGitUtils.getLastChange(r, null), getTimeZone()));
      if (metricsTotal == null) {
         add(new Label("branchStats", ""));
      } else {