Преглед изворни кода

Correction lien report dans le tableau de bord

refactoring
Guillaume Bourgeois пре 5 година
родитељ
комит
9e0b0c1c23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      backend/views/site/index.php

+ 1
- 1
backend/views/site/index.php Прегледај датотеку

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

Loading…
Откажи
Сачувај