* ajusted style of tree.

This commit is contained in:
Catouse
2014-04-16 11:16:17 +08:00
parent 214393e15d
commit b8b96ddbaf
6 changed files with 28 additions and 86 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
<span class='prefix'><?php echo html::icon($lang->icons['testcase']);?></span>
<strong><small class='text-muted'><?php echo html::icon($lang->icons['batchCreate']);?></small> <?php echo $lang->testcase->batchCreate;?></strong>
<?php if($story):?>
<small><?php echo html::icon($lang->icons['story']) . '#' . $story->id . ' ' . $story->title ?></small>
<small class='text-muted'><?php echo html::icon($lang->icons['story']) . ' ' . $story->title ?></small>
<?php endif;?>
</div>
</div>