James Moger
2012-10-20 c968ddd27e3ac07575606fb04c70f092d18f6ad4
src/com/gitblit/wicket/pages/BlamePage.html
@@ -19,12 +19,12 @@
   <div wicket:id="breadcrumbs">[breadcrumbs]</div>
      
   <!--  blame content -->
   <table class="annotated" style="border-top: 0px; margin-bottom:5px;">
   <table class="annotated" style="margin-bottom:5px;">
      <tbody>
         <tr>
            <th>Commit</th>
            <th>Line</th>
            <th>Data</th>
            <th><wicket:message key="gb.commit">[commit]</wicket:message></th>
            <th><wicket:message key="gb.line">[line]</wicket:message></th>
            <th><wicket:message key="gb.content">[content]</wicket:message></th>
         </tr>
         <tr wicket:id="annotation">
            <td><span class="sha1" wicket:id="commit"></span></td>