diff mercurial/templates/paper/map @ 13850:1209e1d52b68

hgweb: add base link to file log for paper and coal styles (issue2452)
author Kevin Gessner <kevin@fogcreek.com>
date Thu, 31 Mar 2011 15:49:53 -0400
parents 38c9837b1f75
children b24e5a708fad
line wrap: on
line diff
--- a/mercurial/templates/paper/map	Wed Jan 05 00:18:36 2011 +1100
+++ b/mercurial/templates/paper/map	Thu Mar 31 15:49:53 2011 -0400
@@ -93,14 +93,12 @@
 
 filerename = '{file|escape}@'
 filelogrename = '
-  <tr>
-    <th>base:</th>
-    <td>
-      <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
-        {file|escape}@{node|short}
-      </a>
-    </td>
-  </tr>'
+  <span class="base">
+    base
+    <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
+      {file|escape}@{node|short}
+    </a>
+  </span>'
 fileannotateparent = '
   <tr>
     <td class="metatag">parent:</td>