Files
discourse/app/assets/javascripts/discourse/templates/components/topic-timer-info.hbs
2020-04-14 18:32:16 -07:00

13 lines
314 B
Handlebars

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