James Moger
2011-10-20 5ae0b71e1e6e73e4bacf321a7d5be49fcdf4ad97
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 {
@@ -114,7 +114,7 @@
            add(WicketUtils.newClearPixel("accessRestrictionIcon").setVisible(false));
         }
         StringBuilder sb = new StringBuilder();
         sb.append(WicketUtils.getHostURL(getRequestCycle().getRequest()));
         sb.append(WicketUtils.getGitblitURL(getRequestCycle().getRequest()));
         sb.append(Constants.GIT_PATH);
         sb.append(repositoryName);
         repositoryUrls.add(sb.toString());