James Moger
2011-05-11 511554c6bdd7daa080506fb62400bf6d295ab9e2
src/com/gitblit/wicket/pages/BlobPage.java
@@ -41,7 +41,7 @@
      
      // standard blob view
      Repository r = getRepository();
      RevCommit commit = JGitUtils.getCommit(r, objectId);
      RevCommit commit = getCommit();
      // blob page links
      add(new Label("blameLink", getString("gb.blame")));