James Moger
2012-07-11 a31cf95ac0787eb559cb78f48c52bc6b79e970d8
src/com/gitblit/wicket/pages/ReviewProposalPage.java
@@ -54,7 +54,7 @@
      add(new Label("url", proposal.url));
      add(new Label("message", proposal.message));
      add(WicketUtils.createTimestampLabel("received", proposal.received, getTimeZone()));
      add(WicketUtils.createTimestampLabel("received", proposal.received, getTimeZone(), getTimeUtils()));
      add(new Label("token", proposal.token));
      add(new Label("tokenType", proposal.tokenType.name()));