aboutsummaryrefslogtreecommitdiff
path: root/javascript/app/templates/components/type-signature-text.hbs
blob: 505a466a5348a4eb920b2273e16b623ca4ada0b5 (plain) (blame)
1
2
{{!-- No newlines to get rid of spaces between spans --}}
{{#each components as |typeComponent|}}{{#if (eq typeComponent.tag "Text")}}{{typeComponent.contents}}{{else}}{{typeComponent.name}}{{/if}}{{/each}}