Improve pull-request #907
This commit is contained in:
@@ -21,6 +21,7 @@ Contributors:
|
|||||||
- [David-Norris](https://github.com/David-Norris)
|
- [David-Norris](https://github.com/David-Norris)
|
||||||
- [Draza (bdpsoft)](https://github.com/bdpsoft)
|
- [Draza (bdpsoft)](https://github.com/bdpsoft)
|
||||||
- [Esteban Monge](https://github.com/EstebanMonge)
|
- [Esteban Monge](https://github.com/EstebanMonge)
|
||||||
|
- [Fábio Hideki](https://github.com/fabiohxcx)
|
||||||
- [Federico Lazcano](https://github.com/lazki)
|
- [Federico Lazcano](https://github.com/lazki)
|
||||||
- [Fengchao](https://github.com/fengchao)
|
- [Fengchao](https://github.com/fengchao)
|
||||||
- [Floaltvater](https://github.com/floaltvater)
|
- [Floaltvater](https://github.com/floaltvater)
|
||||||
|
|||||||
@@ -60,6 +60,6 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<?php if (! empty($task['time_estimated'])): ?>
|
<?php if (! empty($task['time_estimated'])): ?>
|
||||||
<strong><?= $this->e($task['time_estimated']).'h' ?> <?= t('estimated') ?></strong>
|
<span class="task-time-estimated" title="<?= t('Time estimated') ?>"><?= $this->e($task['time_estimated']).'h' ?></span>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
<strong><?= t('Reference: %s', $task['reference']) ?></strong>
|
<strong><?= t('Reference: %s', $task['reference']) ?></strong>
|
||||||
</li>
|
</li>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?php if ($task['swimlane_id']): ?>
|
<?php if (! empty($task['swimlane_name'])): ?>
|
||||||
<li>
|
<li>
|
||||||
<?= t('Swimlane: %s ', $this->swimlane->getNameById($task['swimlane_id'])) ?>
|
<?= t('Swimlane: %s', $task['swimlane_name']) ?>
|
||||||
</li>
|
</li>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
Reference in New Issue
Block a user