James Moger
2012-06-15 e09d4bb6558c7b6c59dec3911138aaaa2a0f4597
src/com/gitblit/wicket/pages/CommitPage.java
@@ -82,7 +82,6 @@
      add(createPersonPanel("commitAuthor", c.getAuthorIdent(), Constants.SearchType.AUTHOR));
      add(WicketUtils.createTimestampLabel("commitAuthorDate", c.getAuthorIdent().getWhen(),
            getTimeZone()));
      add(new GravatarImage("authorAvatar", c.getAuthorIdent()));
      
      // committer
      add(createPersonPanel("commitCommitter", c.getCommitterIdent(), Constants.SearchType.COMMITTER));