James Moger
2014-05-29 2c50880dbd5de292e37d2533fccfcb62f6be9f95
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);