* Remove label-dot which in list page.

This commit is contained in:
chenfeiCF
2018-09-19 14:58:48 +08:00
parent 41c563bf32
commit 9e19e3fc85
38 changed files with 35 additions and 72 deletions
-1
View File
@@ -51,7 +51,6 @@
<td class='c-name' style='color: <?php echo $bug->color?>' title='<?php echo $bug->title?>'><?php echo $bug->title?></td>
<td class='c-status' title='<?php echo zget($lang->bug->statusList, $bug->status)?>'>
<span class="status-<?php echo $bug->status?>">
<span class="label label-dot hide-in-sm"></span>
<span class='status-text'><?php echo zget($lang->bug->statusList, $bug->status);?></span>
</span>
</td>