DerDu/SPHERE-Framework

View on GitHub
Common/Frontend/Form/Repository/Button/Reset.twig

Summary

Maintainability
Test Coverage
<button type="reset" class="btn btn-warning" {% if( TabIndex is not empty ) %}tabindex="{{ TabIndex }}"{% endif %}>
    {% if( Icon is not empty ) %}{{ Icon }}{% endif %}
    {{ Name }}
</button>