View file vendor/filp/whoops/src/Whoops/Resources/views/frames_container.html.php

File size: 162B
<div class="frames-container <?php echo $active_frames_tab == 'application' ? 'frames-container-application' : '' ?>">
  <?php $tpl->render($frame_list) ?>
</div>