mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
13 lines
314 B
Handlebars
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}}
|