Show More
@@ -282,7 +282,7 b" shortlogentry = '" | |||||
282 | </td> |
|
282 | </td> | |
283 | </tr>' |
|
283 | </tr>' | |
284 | filelogentry = ' |
|
284 | filelogentry = ' | |
285 | <tr class="parity{parity}"> |
|
285 | <tr class="parity{if(patch, '1', '{parity}')}"> | |
286 | <td class="age"><i class="age">{date|rfc822date}</i></td> |
|
286 | <td class="age"><i class="age">{date|rfc822date}</i></td> | |
287 | <td><i>{author|person}</i></td> |
|
287 | <td><i>{author|person}</i></td> | |
288 | <td> |
|
288 | <td> | |
@@ -297,7 +297,8 b" filelogentry = '" | |||||
297 | <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> |
|
297 | <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> | |
298 | {rename%filelogrename} |
|
298 | {rename%filelogrename} | |
299 | </td> |
|
299 | </td> | |
300 |
</tr> |
|
300 | </tr> | |
|
301 | {if(patch, '<tr><td colspan="4">{diff}</td></tr>')}' | |||
301 | archiveentry = ' | <a href="{url|urlescape}archive/{symrev}{extension}{ifeq(path,'/','',path|urlescape)}">{type|escape}</a> ' |
|
302 | archiveentry = ' | <a href="{url|urlescape}archive/{symrev}{extension}{ifeq(path,'/','',path|urlescape)}">{type|escape}</a> ' | |
302 | indexentry = ' |
|
303 | indexentry = ' | |
303 | <tr class="parity{parity}"> |
|
304 | <tr class="parity{parity}"> |
General Comments 0
You need to be logged in to leave comments.
Login now