summaryrefslogtreecommitdiff
path: root/app/Template/subtask
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-12-04 20:02:43 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-12-04 20:02:43 -0500
commit0f9ad1966af87423db2e4cbcf8126d2056b78593 (patch)
tree0e8b4879cf245302537b1fc7098a062337465981 /app/Template/subtask
parent73e228225909ad25e2e466fef8aa27a45ea247f0 (diff)
parent8005d4f070944abe179707f9e7c4701abe2733a1 (diff)
Merge pull-request #444, Allow click on subtask status icon to toggle
Diffstat (limited to 'app/Template/subtask')
-rw-r--r--app/Template/subtask/show.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/Template/subtask/show.php b/app/Template/subtask/show.php
index 686b160e..4d341f26 100644
--- a/app/Template/subtask/show.php
+++ b/app/Template/subtask/show.php
@@ -19,12 +19,11 @@
<tr>
<td><?= Helper\escape($subtask['title']) ?></td>
<td>
- <?= Helper\template('subtask/icons', array('subtask' => $subtask)) ?>
-
<?php if (! isset($not_editable)): ?>
- <?= Helper\a(Helper\escape($subtask['status_name']), 'subtask', 'toggleStatus', array('task_id' => $task['id'], 'subtask_id' => $subtask['id'])) ?>
+ <?= Helper\a(trim(Helper\template('subtask/icons', array('subtask' => $subtask))) . Helper\escape($subtask['status_name']),
+ 'subtask', 'toggleStatus', array('task_id' => $task['id'], 'subtask_id' => $subtask['id'])) ?>
<?php else: ?>
- <?= Helper\escape($subtask['status_name']) ?>
+ <?= Helper\template('subtask/icons', array('subtask' => $subtask)) . Helper\escape($subtask['status_name']) ?>
<?php endif ?>
</td>
<td>