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/topic-timer-info.hbs

13 lines
300 B
Handlebars

{{#if showTopicTimer}}
<h3 class="topic-timer-heading">
<span title={{title}}>
{{clockIcon}} {{notice}}
</span>
{{#if showTrashCan}}
<button class="btn topic-timer-remove no-text" title={{trashCanTitle}}>
{{trashCanIcon}}
</button>
{{/if}}
</h3>
{{/if}}