aboutsummaryrefslogtreecommitdiff
path: root/javascript/app/templates/components/type-component.hbs
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-19 11:22:21 +1000
committerYuchen Pei <hi@ypei.me>2022-09-19 11:22:21 +1000
commitef1b927861f9a949aed20341144ffb5bfd42f038 (patch)
tree48bd4688928546bedc6504aad76bf6e0327fcef9 /javascript/app/templates/components/type-component.hbs
parent117850d8f659517cb818a857dc04c8f5157795c4 (diff)
Removing the web client
Diffstat (limited to 'javascript/app/templates/components/type-component.hbs')
-rw-r--r--javascript/app/templates/components/type-component.hbs3
1 files changed, 0 insertions, 3 deletions
diff --git a/javascript/app/templates/components/type-component.hbs b/javascript/app/templates/components/type-component.hbs
deleted file mode 100644
index 775324e..0000000
--- a/javascript/app/templates/components/type-component.hbs
+++ /dev/null
@@ -1,3 +0,0 @@
-{{#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}}