From a645ba09d693495c50ab0ee0d1fc2734407b73a4 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 21 Apr 2011 20:50:59 -0400 Subject: [PATCH] Added merge icon. Added commit legend with counts. Improved header. --- src/com/gitblit/wicket/panels/HistoryPanel.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/com/gitblit/wicket/panels/HistoryPanel.html b/src/com/gitblit/wicket/panels/HistoryPanel.html index ad0ff2f..1ed1b58 100644 --- a/src/com/gitblit/wicket/panels/HistoryPanel.html +++ b/src/com/gitblit/wicket/panels/HistoryPanel.html @@ -13,13 +13,13 @@ <!-- breadcrumbs --> <div wicket:id="breadcrumbs">[breadcrumbs]</div> - <table style="width:100%" class="pretty"> + <table class="pretty"> <tbody> <tr wicket:id="commit"> <td class="date"><span wicket:id="commitDate">[commit date]</span></td> + <td><img wicket:id="commitIcon" /></td> <td class="author"><span wicket:id="commitAuthor">[commit author]</span></td> - <td><span wicket:id="commitShortMessage">[commit short message]</span></td> - <td class="rightAlign"><span wicket:id="commitRefs">[commit refs]</span></td> + <td><div class="references" wicket:id="commitRefs">[commit refs]</div><span wicket:id="commitShortMessage">[commit short message]</span></td> <td class="rightAlign"> <span wicket:id="historyLinks">[history links]</span> </td> -- Gitblit v1.9.1