Move task complexity to the bottom

This commit is contained in:
Frederic Guillot
2015-03-21 15:25:21 -04:00
parent 28a1461f65
commit fc97378c83
5 changed files with 8 additions and 16 deletions

View File

@@ -42,4 +42,8 @@
<i class="fa fa-file-text-o"></i>
</span>
<?php endif ?>
<?php if ($task['score']): ?>
<span class="task-score"><?= $this->e($task['score']) ?></span>
<?php endif ?>
</div>