Procházet zdrojové kódy

Correction lien report dans le tableau de bord

refactoring
Guillaume Bourgeois před 5 roky
rodič
revize
9e0b0c1c23
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      backend/views/site/index.php

+ 1
- 1
backend/views/site/index.php Zobrazit soubor

@@ -113,7 +113,7 @@ $this->title = 'Tableau de bord';
<span class="info-box-number"></span>
<div class="buttons">
<?= Html::a('<span class="fa fa-eye"></span>', ['distribution/index', 'date' => $distribution->date], ['class' => 'btn btn-default']); ?>
<?php if(count($distribution->order)): ?><?= Html::a('<span class="fa fa-download"></span>', ['order/report', 'date' => $distribution->date], ['class' => 'btn btn-default']); ?><?php endif; ?>
<?php if(count($distribution->order)): ?><?= Html::a('<span class="fa fa-download"></span>', ['distribution/report', 'date' => $distribution->date], ['class' => 'btn btn-default']); ?><?php endif; ?>
</div>
</div>
</div>

Načítá se…
Zrušit
Uložit