Sascha Vogt
2013-07-19 4d29a8a76e956ab6c991cfc3a6aa5245381bbc56
src/main/java/com/gitblit/wicket/pages/OverviewPage.java
@@ -98,7 +98,7 @@
      add(ownersView);
      
      add(WicketUtils.createTimestampLabel("repositoryLastChange",
            JGitUtils.getLastChange(r), getTimeZone(), getTimeUtils()));
            JGitUtils.getLastChange(r).when, getTimeZone(), getTimeUtils()));
      add(new Label("repositorySize", model.size));
      
      if (metricsTotal == null) {