James Moger
2012-10-30 abcb146f0c4e5c99e5e44349a65e6fd49e9296d9
src/com/gitblit/wicket/panels/HistoryPanel.html
@@ -7,20 +7,20 @@
<body>
<wicket:panel>
   <!-- header -->
   <div class="header" wicket:id="header">[history header]</div>
   <!-- commit header -->
   <div wicket:id="commitHeader">[commit header]</div>
   <!-- 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 class="author"><span wicket:id="commitAuthor">[commit author]</span></td>
               <td><div wicket:id="commitShortMessage">[commit short message]</div></td>
               <td class="rightAlign"><div wicket:id="commitRefs">[commit refs]</div></td>
               <td class="rightAlign">
               <td class="icon"><img wicket:id="commitIcon" /></td>
               <td class="hidden-phone author"><span wicket:id="commitAuthor">[commit author]</span></td>
               <td class="message"><table class="nestedTable"><tr><td><span style="vertical-align:middle;" wicket:id="commitShortMessage">[commit short message]</span></td><td><div style="text-align:right;" wicket:id="commitRefs">[commit refs]</div></td></tr></table></td>
               <td class="hidden-phone rightAlign">
                  <span wicket:id="historyLinks">[history links]</span>
            </td>
             </tr>