James Moger
2012-06-15 27506b7e75927e5dd09761f5eed058580b822771
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));