open-vault/ui/app/templates/components/toggle-button.hbs

6 lines
180 B
Handlebars
Raw Normal View History

2018-04-03 14:16:57 +00:00
{{#if isOpen}}
{{i-con glyph='chevron-up' exludeIconClass=true}}  {{openLabel}}
{{else}}
{{i-con glyph='chevron-down' exludeIconClass=true}}  {{closedLabel}}
{{/if}}