James Moger
2011-05-12 f988253399ee475aa4f4e60adb95a220f8f88d21
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")));