From e334e3e7622f440662f989b2b91e4eac9370d2da Mon Sep 17 00:00:00 2001 From: mallowlabs <mallowlabs@gmail.com> Date: Sat, 08 Sep 2012 10:47:53 -0400 Subject: [PATCH] Changed using ConnectionUtils --- 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