templates/sjl/branches.tmpl @ 55ad249befd2

Fix code styles in READMEs, *again*
author Steve Losh <steve@stevelosh.com>
date Sat, 18 Jan 2020 14:13:06 -0500
parents f402fd0f036b
children (none)
{header}
<title>branches / {repo|escape} / hg.stevelosh.com</title>
</head>
<body>


<div class="main">

{navigation}
{searchform}

<h1>Branches</h1>

<table class="smalltable">
<thead>
<tr>
 <th>branch</th>
 <th>commit</th>
</tr>
</thead>
<tbody class="stripes2">
{entries % branchentry}
</tbody>
</table>
</div>

{footer}