summaryrefslogtreecommitdiff
path: root/app/Template/subtask
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-02-09 21:49:53 -0500
committerFrederic Guillot <fred@kanboard.net>2015-02-09 21:49:53 -0500
commit1de845e6c3e4a3c71ff78322f42ef50ab91c952f (patch)
treed828f20b6fb215ca35e6330c64b1bbb865d230af /app/Template/subtask
parent755b38f09e9f6494129f55b96baff6672981a073 (diff)
Display subtask icon status and title everywhere
Diffstat (limited to 'app/Template/subtask')
-rw-r--r--app/Template/subtask/show.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Template/subtask/show.php b/app/Template/subtask/show.php
index 6d4533d2..1d55d1ee 100644
--- a/app/Template/subtask/show.php
+++ b/app/Template/subtask/show.php
@@ -8,7 +8,6 @@
<table class="subtasks-table">
<tr>
<th class="column-40"><?= t('Title') ?></th>
- <th class="column-15"><?= t('Status') ?></th>
<th><?= t('Assignee') ?></th>
<th><?= t('Time tracking') ?></th>
<?php if (! isset($not_editable)): ?>
@@ -17,7 +16,6 @@
</tr>
<?php foreach ($subtasks as $subtask): ?>
<tr>
- <td><?= $this->e($subtask['title']) ?></td>
<td>
<?php if (! isset($not_editable)): ?>
<?= $this->toggleSubtaskStatus($subtask, 'task') ?>