mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 12:54:48 -04:00
Some tweaks to collections
This commit is contained in:
parent
e2dd256edc
commit
1e32a97c7d
5 changed files with 11 additions and 22 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue