ecoco/magento_profiler

View on GitHub
app/design/frontend/base/default/template/ecocode_profiler/profiler/search/summery.phtml

Summary

Maintainability
Test Coverage
<div class="status">
    <div class="container">
        <h2>
            Profile Search
            <a href="<?php echo Mage::getUrl('*/*/*', ['_current' => true, 'purge' => 1])?>" style="float: right">
                <button class="btn btn-sm" >Purge All</button>
            </a>
        </h2>
    </div>
</div>