James Moger
2014-02-28 b26eda0dcd3ee91054895d03f7930b0b1bd03733
src/main/java/com/gitblit/wicket/panels/ActivityPanel.java
@@ -90,7 +90,7 @@
                  String author = commit.getAuthorIdent().getName();
                  LinkPanel authorLink = new LinkPanel("author", "list", author,
                        GitSearchPage.class, WicketUtils.newSearchParameter(commit.repository,
                              commit.getName(), author, Constants.SearchType.AUTHOR), true);
                              null, author, Constants.SearchType.AUTHOR), true);
                  setPersonSearchTooltip(authorLink, author, Constants.SearchType.AUTHOR);
                  commitItem.add(authorLink);