Mercurial > hg
annotate mercurial/templates/monoblue/footer.tmpl @ 51691:3cb2b5b6626f
hghave: update detection of black version to a newer minimum
The CI has moved to version 23.3.0, which is the last one to support 3.7 at
runtime.
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Thu, 18 Jul 2024 12:37:13 +0200 |
parents | eb7de21b15be |
children |
rev | line source |
---|---|
7111 | 1 <div class="page-footer"> |
2 <p>Mercurial Repository: {repo|escape}</p> | |
3 <ul class="rss-logo"> | |
18526
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
14913
diff
changeset
|
4 <li><a href="{url|urlescape}rss-log">RSS</a></li> |
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
14913
diff
changeset
|
5 <li><a href="{url|urlescape}atom-log">Atom</a></li> |
7111 | 6 </ul> |
7 {motd} | |
8 </div> | |
9 | |
10 <div id="powered-by"> | |
23830
c4f6fc4eb01e
hgweb: close <img> elements
Anton Shestakov <engored@ya.ru>
parents:
18526
diff
changeset
|
11 <p><a href="{logourl}" title="Mercurial"><img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial" /></a></p> |
7111 | 12 </div> |
13 | |
14 </div> | |
15 | |
16 </body> | |
17 </html> |