From ba54242b0d080475bbfce2ab559b3fcf2a513a5b Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 22 Oct 2012 16:16:57 -0400 Subject: [PATCH] Fixed null pointer exceptions Manager create User and Team --- 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