git-annex/templates/configurators/listrepositories.hamlet
2012-08-03 20:40:34 -04:00

9 lines
194 B
Text

<div .span9>
<table .table .table-striped .table-condensed>
<tbody>
$forall (num, name) <- repolist
<tr>
<td>
#{num}
<td>
#{name}