removed double preorder add button

This commit is contained in:
Frank Schubert
2022-10-12 14:09:21 +02:00
parent c56ed3076f
commit 9b53186a6b
@@ -99,7 +99,6 @@
<td><?=$camp->name?></td> <td><?=$camp->name?></td>
<td><?=$camp->area?></td> <td><?=$camp->area?></td>
<td> <td>
<a class="btn btn-sm btn-outline-primary mr-2" href="<?=self::getUrl("Preorder", "add", ["preordercampaign_id" => $camp->id])?>"><i class="fas fa-plus" title="Vorbestellung hinzufügen"></i></a>
<a href="<?=self::getUrl("Preorder", "Index", ["filter" => ["preordercampaign_id" => $camp->id]])?>"> <a href="<?=self::getUrl("Preorder", "Index", ["filter" => ["preordercampaign_id" => $camp->id]])?>">
<?=count($camp->active_preorders)?> <?=count($camp->active_preorders)?>
<?php if($camp->total_homes): ?> <?php if($camp->total_homes): ?>