From c558deef274d838aae5c0366ff7dc2ebce27a981 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 20 Sep 2012 09:41:28 -0400
Subject: [PATCH] Support X-Forwarded-Context for subdomain proxy configs (issue 135)

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

diff --git a/src/com/gitblit/wicket/pages/CommitDiffPage.html b/src/com/gitblit/wicket/pages/CommitDiffPage.html
index a0fb559..de39f4c 100644
--- a/src/com/gitblit/wicket/pages/CommitDiffPage.html
+++ b/src/com/gitblit/wicket/pages/CommitDiffPage.html
@@ -18,7 +18,7 @@
 	<!-- changed paths -->
 	<div style="padding-top:15px;">
 		<!-- commit legend -->
-		<div style="text-align:right;" wicket:id="commitLegend"></div>
+		<div class="hidden-phone" style="text-align:right;" wicket:id="commitLegend"></div>
 	
 		<div class="header"><i class="icon-file"></i> <wicket:message key="gb.changedFiles">[changed files]</wicket:message></div>
 	</div>

--
Gitblit v1.9.1