##// END OF EJS Templates
monoblue: add author to filelogentry...
av6 -
r26274:ca60ba39 default
parent child Browse files
Show More
@@ -247,6 +247,7 b" shortlogentry = '"
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}
General Comments 0
You need to be logged in to leave comments. Login now