From a4d2498b7f94012cfdf481fcf151f8cfd7537a42 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 23 May 2011 16:46:09 -0400
Subject: [PATCH] User list. Revised home page. Updated Jetty. Secure cookies. Docs.

---
 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