James Moger
2011-04-16 01bd346efe98af0f05f23f897c0819d2df8d856c
src/com/gitblit/wicket/pages/CommitDiffPage.java
@@ -63,7 +63,7 @@
            item.add(new BookmarkablePageLink<Void>("patch", PatchPage.class, newPathParameter(entry.path)));
            item.add(new BookmarkablePageLink<Void>("view", BlobPage.class, newPathParameter(entry.path)));
            item.add(new BookmarkablePageLink<Void>("blame", BlobPage.class).setEnabled(false));
            item.add(new BookmarkablePageLink<Void>("history", BlobPage.class).setEnabled(false));
            item.add(new BookmarkablePageLink<Void>("history", HistoryPage.class, newPathParameter(entry.path)));
            WicketUtils.setAlternatingBackground(item, counter);
            counter++;