James Moger
2013-09-18 cba235ff73f5eff90f6e178104466fa22271b053
src/main/java/com/gitblit/wicket/panels/LogPanel.html
@@ -22,13 +22,13 @@
         </tr>
             <tr class="commit" wicket:id="commit">
               <td class="date" style="width:6em;"><span wicket:id="commitDate">[commit date]</span></td>
               <td class="hidden-phone author ellipsize"><span wicket:id="commitAuthor">[commit author]</span></td>
               <td class="hidden-phone icon"><img wicket:id="commitIcon" /></td>
               <td class="hidden-phone author"><span wicket:id="commitAuthor">[commit author]</span></td>
            <td class="hidden-phone icon"><img wicket:id="commitIcon" /></td>
               <td class="message ellipsize">
                  <table class="nestedTable">
                     <tr>
                        <td class="ellipsize"><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>
                        <td class="hidden-phone"><div style="text-align:right;" wicket:id="commitRefs">[commit refs]</div></td>
                     </tr>
                  </table>
               </td>