From fc948cacef9c9b8c0a1e84cbc082ca67cd5f68d9 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 14 Apr 2011 18:29:10 -0400
Subject: [PATCH] Authenticate the webapp against the same realm as the git servlet.

---
 src/com/gitblit/wicket/pages/TicGitTicketPage.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/com/gitblit/wicket/pages/TicGitTicketPage.html b/src/com/gitblit/wicket/pages/TicGitTicketPage.html
index 1746266..aafbf8c 100644
--- a/src/com/gitblit/wicket/pages/TicGitTicketPage.html
+++ b/src/com/gitblit/wicket/pages/TicGitTicketPage.html
@@ -26,12 +26,12 @@
 	<div class="header"><wicket:message key="gb.ticketComments">comments</wicket:message></div>
 	
 	<!-- comments -->
-	<table style="width:100%;" class="pretty">
+	<table style="width:100%;" class="comments">
 		<tbody>
-			<tr wicket:id="comment">
-         		<td class="date"><span wicket:id="commentDate">[comment date]</span></td>
-         		<td class="author"><span wicket:id="commentAuthor">[comment author]</span></td>
-         		<td><div wicket:id="commentText">[comment text]</div></td>
+			<tr valign="top" wicket:id="comment">
+         		<td><span class="date" wicket:id="commentDate">[comment date]</span><br/>
+         		<span class="author" wicket:id="commentAuthor">[comment author]</span></td>
+         		<td><span wicket:id="commentText">[comment text]</span></td>
        		</tr>
        	</tbody>
     </table>

--
Gitblit v1.9.1