mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 14:29:30 +08:00
@@ -56,8 +56,8 @@
|
|||||||
<td>
|
<td>
|
||||||
<?php echo $requirement['name']; ?>
|
<?php echo $requirement['name']; ?>
|
||||||
</td>
|
</td>
|
||||||
<td >
|
<td>
|
||||||
<?php echo $requirement['condition'] ? 'Passed' : ($requirement['mandatory'] ? 'Failed' : 'Warning'); ?>
|
<span class="result"><?php echo $requirement['condition'] ? 'Passed' : ($requirement['mandatory'] ? 'Failed' : 'Warning'); ?></span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<?php echo $requirement['by']; ?>
|
<?php echo $requirement['by']; ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user