James Moger
2012-11-06 618d1691dc0003c8243942354d81dd35a195a94e
src/com/gitblit/wicket/panels/LogPanel.html
@@ -8,16 +8,15 @@
<wicket:panel>
   <!-- header -->   
   <div class="header" wicket:id="header">[log header]</div>
   <table style="width:100%" class="pretty">
   <div class="header"><i class="icon-refresh" style="vertical-align: middle;"></i> <b><span wicket:id="header">[log header]</span></b></div>
   <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="date" style="width:6em;"><span wicket:id="commitDate">[commit date]</span></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"><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 hidden-tablet rightAlign">
                  <span class="link">
                  <a wicket:id="view"><wicket:message key="gb.view"></wicket:message></a> | <a wicket:id="diff"><wicket:message key="gb.diff"></wicket:message></a> | <a wicket:id="tree"><wicket:message key="gb.tree"></wicket:message></a>
               </span>