James Moger
2011-04-21 a645ba09d693495c50ab0ee0d1fc2734407b73a4
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>