Some tweaks to collections

This commit is contained in:
Alex Cabal 2023-02-16 18:37:20 -06:00
parent e2dd256edc
commit 1e32a97c7d
5 changed files with 11 additions and 22 deletions

View file

@ -1,14 +0,0 @@
<table class="download-list">
<thead>
<tr class="mid-header">
<th scope="col">Collection</th>
</tr>
</thead>
<tbody>
<? foreach($collections as $collection){ ?>
<tr>
<td class="row-header"><a href="<?= $collection->Url ?>"><?= Formatter::ToPlainText($collection->Name) ?></a></td>
</tr>
<? } ?>
</tbody>
</table>