James Moger
2011-04-16 01bd346efe98af0f05f23f897c0819d2df8d856c
src/com/gitblit/wicket/pages/BlobPage.java
@@ -31,7 +31,7 @@
      // blob page links
      add(new Label("blameLink", getString("gb.blame")));
      add(new Label("historyLink", getString("gb.history")));
      add(new BookmarkablePageLink<Void>("historyLink", HistoryPage.class, WicketUtils.newPathParameter(repositoryName, objectId, blobPath)));
      add(new BookmarkablePageLink<Void>("rawLink", RawPage.class, WicketUtils.newPathParameter(repositoryName, objectId, blobPath)));
      add(new BookmarkablePageLink<Void>("headLink", BlobPage.class, WicketUtils.newPathParameter(repositoryName, Constants.HEAD, blobPath)));