removed double preorder add button
This commit is contained in:
@@ -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): ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user