Mercurial > hg
view templates/gitweb/index.tmpl @ 9837:b13474cd1496
record: handle translated prompt correctly
The prompt function would return 'y' or 'n' untranslated. This should
therefore not be compared to _('y') and _('n'). However, it turns out
that prompt could just as well return a good old Boolean.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Wed, 11 Nov 2009 22:53:01 +0100 |
parents | 1de6e7e1bb9f |
children |
line wrap: on
line source
{header} <title>Mercurial repositories index</title> </head> <body> <div class="page_header"> <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a> Repositories list </div> <table cellspacing="0"> <tr> <td><a href="?sort={sort_name}">Name</a></td> <td><a href="?sort={sort_description}">Description</a></td> <td><a href="?sort={sort_contact}">Contact</a></td> <td><a href="?sort={sort_lastchange}">Last change</a></td> <td> </td> <td> </td> </tr> {entries%indexentry} </table> <div class="page_footer"> {motd} </div> </body> </html>