* finish task #2576.

This commit is contained in:
Catouse
2016-04-12 13:32:54 +08:00
parent 52370d1855
commit 6b5f1228c8
25 changed files with 63 additions and 41 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<div id='titlebar'>
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['testcase']);?> <strong><?php echo $case->id;?></strong></span>
<strong><?php echo $case->title;?></strong>
<strong style='color: <?php echo $case->color; ?>'><?php echo $case->title;?></strong>
<?php if($case->deleted):?>
<span class='label label-danger'><?php echo $lang->case->deleted;?></span>
<?php endif; ?>