* fix error and adjust for ux.

This commit is contained in:
wangyidong
2018-05-09 15:18:45 +08:00
parent bcb5137abe
commit ab4d9a1f2c
30 changed files with 48 additions and 57 deletions
+2
View File
@@ -18,7 +18,9 @@
<h2>
<span class='label label-id'><?php echo $task->id;?></span>
<?php echo isonlybody() ? $task->name : html::a($this->createLink('task', 'view', 'task=' . $task->id), $task->name);?>
<?php if(!isonlybody()):?>
<small><?php echo $lang->arrow . $lang->task->pause;?></small>
<?php endif;?>
</div>
</div>