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/dropdown-select-box/dropdown-header.hbs
Joffrey JAFFEUX e924920bec uses select-box for pinned-button
This commit also moves more logic in dropdown-select-box instead of
duplicating it for notifications-options and pinned-options
2017-09-11 19:14:22 +02:00

13 lines
230 B
Handlebars

<button
class="btn {{if text 'btn-icon-text' 'no-text btn-icon'}}"
aria-label="{{text}}"
type="button"
title="{{text}}">
{{{icon}}}
{{#if text}}
<span class="d-button-label">{{{text}}}</span>
{{/if}}
</button>