cowbell/splittypie

View on GitHub
app/templates/components/scroll-to.hbs

Summary

Maintainability
Test Coverage
<a href={{href}} title={{label}}>
  {{#if hasBlock}}
    {{yield}}
  {{else}}
    {{label}}
  {{/if}}
</a>