James Moger
2014-11-04 4e84166db5c5538e3984d9d2d6bb1f9902e65ee0
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);