*Finish task #45539.

This commit is contained in:
songchenxuan
2021-12-07 14:03:20 +08:00
parent 05ea668852
commit dde57a36cc
4 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
<span class='label label-danger'><?php echo $lang->task->deleted;?></span>
<?php endif;?>
<?php if($task->fromBug != 0):?>
<small><?php echo html::icon($lang->icons['bug']) . " {$lang->task->fromBug}$lang->colon$task->fromBug";?></small>
<small><?php echo html::a(helper::createLink('bug', 'view', "bugID=$task->fromBug", '', true), "<i class='icon icon-bug'></i> {$lang->task->fromBug}$lang->colon$task->fromBug", '', "class='iframe' data-width='80%'");?></small>
<?php endif;?>
</div>
</div>