James Moger
2011-04-15 072643f0b4b808d7fdf4cb73c65045e3b034dad8
src/com/gitblit/wicket/pages/TagPage.html
@@ -11,12 +11,12 @@
   <div wicket:id="pageLinks">[page links]</div>
   <!-- summary header -->
   <div style="padding-top: 5px;" class="header" wicket:id="commit">[shortlog header]</div>
   <div style="margin-top: 5px;" class="header" wicket:id="commit">[shortlog header]</div>
   
   <!-- commit info -->
   <table class="plain">
      <tr><th><wicket:message key="gb.object">object</wicket:message></th><td><span wicket:id="tagId">[tag id]</span></td></tr>
      <tr><th><wicket:message key="gb.author">author</wicket:message></th><td><span wicket:id="tagAuthor">[tag author]</span></td></tr>
      <tr><th><wicket:message key="gb.object">[object]</wicket:message></th><td><span class="sha1" wicket:id="tagId">[tag id]</span></td></tr>
      <tr><th><wicket:message key="gb.tagger">[tagger]</wicket:message></th><td><span wicket:id="tagAuthor">[tag author]</span></td></tr>
      <tr><th></th><td><span wicket:id="tagDate">[tag date]</span></td></tr>
   </table>