changeset 26275:3e9d63820cd2

gitweb: add author to filelogentry The line is copied from shortlogentry template.
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 18 Sep 2015 14:24:53 +0800
parents ca60ba3935c6
children 93395bee98ba
files mercurial/templates/gitweb/map
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/templates/gitweb/map	Fri Sep 18 14:24:38 2015 +0800
+++ b/mercurial/templates/gitweb/map	Fri Sep 18 14:24:53 2015 +0800
@@ -290,6 +290,7 @@
 filelogentry = '
   <tr class="parity{parity}">
     <td class="age"><i class="age">{date|rfc822date}</i></td>
+    <td><i>{author|person}</i></td>
     <td>
       <a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
         <b>{desc|strip|firstline|escape|nonempty}</b>