9 lines
194 B
Text
9 lines
194 B
Text
<div .span9>
|
|
<table .table .table-striped .table-condensed>
|
|
<tbody>
|
|
$forall (num, name) <- repolist
|
|
<tr>
|
|
<td>
|
|
#{num}
|
|
<td>
|
|
#{name}
|