src/com/gitblit/wicket/pages/SummaryPage.java
@@ -42,7 +42,7 @@ public class SummaryPage extends RepositoryPage { public SummaryPage(PageParameters params) { super(params, "summary"); super(params); int numCommitsDef = 20; int numRefsDef = 5; @@ -195,6 +195,11 @@ // footer addFooter(); } @Override protected String getPageName() { return "summary"; } private void insertActivityGraph(Repository r) { if (StoredSettings.getBoolean("generateActivityGraph", true)) {