From 02c1e298dc86f69b3e2a7b37048152ea55b3fa8c Mon Sep 17 00:00:00 2001 From: Mrbytes <eguervos@msn.com> Date: Thu, 04 Oct 2012 06:40:24 -0400 Subject: [PATCH] GitBlitWebApp_es.properties: Updated with the new "fork" changes Other small corrections of syntax --- src/com/gitblit/wicket/pages/TicketsPage.html | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/com/gitblit/wicket/pages/TicketsPage.html b/src/com/gitblit/wicket/pages/TicketsPage.html index eb74b12..0913dc2 100644 --- a/src/com/gitblit/wicket/pages/TicketsPage.html +++ b/src/com/gitblit/wicket/pages/TicketsPage.html @@ -7,14 +7,11 @@ <body> <wicket:extend> - <!-- page nav links --> - <div wicket:id="pageLinks">[page links]</div> - <!-- header --> <div style="margin-top:5px;" class="header" wicket:id="header">[header]</div> <!-- tickets --> - <table style="width:100%" class="pretty"> + <table class="pretty"> <tbody> <tr wicket:id="ticket"> <td style="padding:0; margin:0;"><div wicket:id="ticketState">[ticket state]</div></td> -- Gitblit v1.9.1