Ephigenia/franklin

View on GitHub
view/report.html.php

Summary

Maintainability
A
0 mins
Test Coverage
<div class="row">
    <?php
    foreach($groups as $Group) {
        echo $this->element('group', array('Group' => $Group));
    }
    ?>
</div>