James Moger
2015-06-15 35a925961d5df5cbdf5ddb7df80b616064b3e0e9
src/main/java/com/gitblit/wicket/panels/ReflogPanel.java
@@ -271,7 +271,7 @@
                  final RepositoryCommit commit = commitItem.getModelObject();
                  // author gravatar
                  commitItem.add(new GravatarImage("commitAuthor", commit.getAuthorIdent(), null, 16, false));
                  commitItem.add(new AvatarImage("commitAuthor", commit.getAuthorIdent(), null, 16, false));
                  // merge icon
                  if (commit.getParentCount() > 1) {