James Moger
2011-04-16 f602a2f552e1389ee465307723b492b1af378fd5
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++;