James Moger
2011-04-29 bc9d4a0f2266e5ac1a018f0b691c76d53479b9e5
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")));