|
|
@@ -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> |