From 2179fb76bbbd2021c350a7c28d6901389ed50b2b Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 26 Sep 2011 17:48:53 -0400 Subject: [PATCH] Fixed broken urls for WAR builds. --- src/com/gitblit/wicket/pages/BranchesPage.html | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/com/gitblit/wicket/pages/BranchesPage.html b/src/com/gitblit/wicket/pages/BranchesPage.html index 606cbf4..65fd9b9 100644 --- a/src/com/gitblit/wicket/pages/BranchesPage.html +++ b/src/com/gitblit/wicket/pages/BranchesPage.html @@ -7,9 +7,6 @@ <body> <wicket:extend> - <!-- page nav links --> - <div wicket:id="pageLinks">[page links]</div> - <!-- branches --> <div style="margin-top:5px;" wicket:id="branchesPanel">[branches panel]</div> -- Gitblit v1.9.1