This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/templates/components/d-button.hbs
2017-09-25 12:25:14 -04:00

10 lines
174 B
Handlebars

{{#if icon}}
{{d-icon icon}}
{{/if}}
{{#if translatedLabel}}
<span class='d-button-label'>{{{translatedLabel}}}{{#if ellipsis}}&hellip;{{/if}}</span>
{{/if}}
{{yield}}