comparison mercurial/templates/monoblue/map @ 25232:e50d8b21f4f4

hgweb: descend empty directories in monoblue The ability to "skip" a chain of empty directories in hgweb was added in c21d236ca897, but monoblue style wasn't updated. This block is copied from gitweb/map file and just works.
author Anton Shestakov <engored@ya.ru>
date Thu, 21 May 2015 19:52:36 +0800
parents d08a13215d1a
children 0cdcbc477cac
comparison
equal deleted inserted replaced
25231:8545bd381504 25232:e50d8b21f4f4
63 direntry = ' 63 direntry = '
64 <tr class="parity{parity}"> 64 <tr class="parity{parity}">
65 <td>drwxr-xr-x</td> 65 <td>drwxr-xr-x</td>
66 <td></td> 66 <td></td>
67 <td></td> 67 <td></td>
68 <td><a href="{url|urlescape}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">{basename|escape}</a></td> 68 <td>
69 <a href="{url|urlescape}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">{basename|escape}</a>
70 <a href="{url|urlescape}file/{node|short}{path|urlescape}/{emptydirs|urlescape}{sessionvars%urlparameter}">{emptydirs|escape}</a>
71 </td>
69 <td><a href="{url|urlescape}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">files</a></td> 72 <td><a href="{url|urlescape}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">files</a></td>
70 </tr>' 73 </tr>'
71 fileentry = ' 74 fileentry = '
72 <tr class="parity{parity}"> 75 <tr class="parity{parity}">
73 <td>{permissions|permissions}</td> 76 <td>{permissions|permissions}</td>