Mercurial > hg
comparison mercurial/templates/monoblue/map @ 26274:ca60ba3935c6
monoblue: add author to filelogentry
The line is copied from shortlogentry template.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 18 Sep 2015 14:24:38 +0800 |
parents | 8d49d4899b0f |
children | 119202d4d7a4 |
comparison
equal
deleted
inserted
replaced
26273:8d49d4899b0f | 26274:ca60ba3935c6 |
---|---|
245 </td> | 245 </td> |
246 </tr>' | 246 </tr>' |
247 filelogentry = ' | 247 filelogentry = ' |
248 <tr class="parity{parity}"> | 248 <tr class="parity{parity}"> |
249 <td class="nowrap age">{date|rfc822date}</td> | 249 <td class="nowrap age">{date|rfc822date}</td> |
250 <td>{author|person}</td> | |
250 <td> | 251 <td> |
251 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}"> | 252 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}"> |
252 {desc|strip|firstline|escape|nonempty} | 253 {desc|strip|firstline|escape|nonempty} |
253 <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span> | 254 <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span> |
254 </a> | 255 </a> |