James Moger
2011-04-17 f1dfc23c493570e5be865664c17e368f46665609
src/com/gitblit/wicket/pages/TreePage.java
@@ -33,7 +33,7 @@
      List<PathModel> paths = JGitUtils.getFilesInPath(r, path, commit);
      // tree page links
      add(new Label("historyLink", getString("gb.history")));
      add(new BookmarkablePageLink<Void>("historyLink", HistoryPage.class, WicketUtils.newPathParameter(repositoryName, commit.getName(), path)));
      add(new BookmarkablePageLink<Void>("headLink", TreePage.class, WicketUtils.newPathParameter(repositoryName, Constants.HEAD, path)));
      add(new LinkPanel("shortlog", "title", commit.getShortMessage(), CommitPage.class, newCommitParameter()));