aboutsummaryrefslogtreecommitdiff
path: root/javascript/app/templates/components/type-signature.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-signature.hbs
parent117850d8f659517cb818a857dc04c8f5157795c4 (diff)
Removing the web client
Diffstat (limited to 'javascript/app/templates/components/type-signature.hbs')
-rw-r--r--javascript/app/templates/components/type-signature.hbs10
1 files changed, 0 insertions, 10 deletions
diff --git a/javascript/app/templates/components/type-signature.hbs b/javascript/app/templates/components/type-signature.hbs
deleted file mode 100644
index 249f1b8..0000000
--- a/javascript/app/templates/components/type-signature.hbs
+++ /dev/null
@@ -1,10 +0,0 @@
-{{!-- No newlines to get rid of spaces between spans --}}
-{{#each components as |typeComponent|}}{{#if (eq typeComponent.tag "Text")}}<span class="source-code">{{typeComponent.contents}}</span>{{else}}{{type-component occName=typeComponent.name internalId=typeComponent.internalId identifiers=identifiers currentLineNumber=currentLineNumber}}{{/if}}{{/each}}
-{{#unless noExpand}}
- {{#if type.componentsExpanded}}
- <div style="margin-top:5px">
- <button class="btn btn-outline-secondary btn-sm" {{action "toggleExpandTypeSynonyms"}}>{{expandTypeSynonymsLabel}}
- </button>
- </div>
- {{/if}}
-{{/unless}}