Merge manually pull-request #965
This commit is contained in:
@@ -54,6 +54,7 @@ Contributors:
|
|||||||
- [Norcnorc](https://github.com/norcnorc)
|
- [Norcnorc](https://github.com/norcnorc)
|
||||||
- [Nramel](https://github.com/nramel)
|
- [Nramel](https://github.com/nramel)
|
||||||
- [Null-Kelvin](https://github.com/Null-Kelvin)
|
- [Null-Kelvin](https://github.com/Null-Kelvin)
|
||||||
|
- [Olaf Lessenich](https://github.com/xai)
|
||||||
- [Oliver Bertuch](https://github.com/poikilotherm)
|
- [Oliver Bertuch](https://github.com/poikilotherm)
|
||||||
- [Olivier Maridat](https://github.com/oliviermaridat)
|
- [Olivier Maridat](https://github.com/oliviermaridat)
|
||||||
- [Oren Ben-Kiki](https://github.com/orenbenkiki)
|
- [Oren Ben-Kiki](https://github.com/orenbenkiki)
|
||||||
|
|||||||
@@ -21,7 +21,8 @@
|
|||||||
<div class="task-board-icons">
|
<div class="task-board-icons">
|
||||||
<?php if (! empty($task['date_due'])): ?>
|
<?php if (! empty($task['date_due'])): ?>
|
||||||
<span class="task-board-date <?= time() > $task['date_due'] ? 'task-board-date-overdue' : '' ?>">
|
<span class="task-board-date <?= time() > $task['date_due'] ? 'task-board-date-overdue' : '' ?>">
|
||||||
<i class="fa fa-calendar"></i> <?= dt('%b %e', $task['date_due']) ?>
|
<i class="fa fa-calendar"></i>
|
||||||
|
<?= (date('Y') === date('Y', $task['date_due']) ? dt('%b %e', $task['date_due']) : dt('%b %e %Y', $task['date_due'])) ?>
|
||||||
</span>
|
</span>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user