aboutsummaryrefslogtreecommitdiff
path: root/javascript/app/templates/components/type-component.hbs
blob: 775324ed33fc7cf0253850121542f68cd1c99ac7 (plain) (blame)
1
2
3
{{#if (and expanded identifierInfo)}}({{/if}}
<span class="source-code {{linkClass}}" onmouseup={{action "onmouseup"}}>{{occName}}</span>
{{#if (and expanded identifierInfo)}} :: {{type-signature type=identifierInfo.idType identifiers=identifiers noExpand=true}}){{/if}}