James Moger
2011-04-04 fc84260e4238fda10842c1bd3b9fb0cb74b95426
src/com/gitblit/wicket/pages/RepositoriesPage.html
@@ -2,15 +2,13 @@
<html xmlns="http://www.w3.org/1999/xhtml" >
<body>
   <div wicket:id="pageHeader"></div>
   <div class="index_include" wicket:id="indexInclude"></div>
   <table class="project_list">
   <div class="repositories_message" wicket:id="indexInclude"></div>
   <table class="repositories">
      <tr>
         <th wicket:id="orderByRepository">Repository</th>
         <th wicket:id="orderByDescription">Description</th>
         <th wicket:id="orderByOwner">Owner</th>
         <th wicket:id="orderByDate">Last Change</th>
         <th></th>
      </tr>
      <tbody>
             <tr wicket:id="repository">
@@ -18,7 +16,6 @@
               <td><div class="list" wicket:id="repositoryDescription"></div></td>
               <td><i><span wicket:id="repositoryOwner"></span></i></td>
               <td><span wicket:id="repositoryLastChange"></span></td>
               <td></td>
             </tr>
       </tbody>
   </table>