This is another refactoring in the multi-step process to remove all uses
of our custom Render Buffer.
Previous commit: f269e45978 in this
series.
This commit affects the display of topic timers. It is just a refactor
and does not change any functionality.
13 lines
304 B
Handlebars
13 lines
304 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}}
|