From fc84260e4238fda10842c1bd3b9fb0cb74b95426 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 04 Apr 2011 16:13:11 -0400
Subject: [PATCH] Dropped log links, created new stylesheet, added activity graph.

---
 src/com/gitblit/wicket/panels/TagLinksPanel.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/com/gitblit/wicket/panels/TagLinksPanel.html b/src/com/gitblit/wicket/panels/TagLinksPanel.html
index 3093408..98191a3 100644
--- a/src/com/gitblit/wicket/panels/TagLinksPanel.html
+++ b/src/com/gitblit/wicket/panels/TagLinksPanel.html
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
 <wicket:panel>
 	<div class="link">
-		<span wicket:id="commit"></span> | <span wicket:id="shortlog"></span> | <span wicket:id="log"></span>
+		<span wicket:id="commit"></span> | <span wicket:id="shortlog"></span>
 	</div>	
 </wicket:panel>
 </html>
\ No newline at end of file

--
Gitblit v1.9.1