UX: consistent topic timer message button order (#12826)

This commit is contained in:
Kris 2021-04-26 18:56:01 -04:00 committed by GitHub
parent b3cf483813
commit 22d23c4af1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

View File

@ -4,23 +4,23 @@
{{clockIcon}} {{notice}}
</span>
<div class="topic-timer-modify">
{{#if showTrashCan}}
{{d-button
ariaLabel="post.controls.remove_timer"
title="post.controls.remove_timer"
icon="trash-alt"
class="btn topic-timer-remove no-text"
action=removeTopicTimer
}}
{{/if}}
{{#if showEdit}}
{{d-button
{{~d-button
ariaLabel="post.controls.edit_timer"
title="post.controls.edit_timer"
icon="pencil-alt"
class="btn topic-timer-edit no-text"
action=showTopicTimerModal
}}
~}}
{{/if}}
{{#if showTrashCan}}
{{~d-button
ariaLabel="post.controls.remove_timer"
title="post.controls.remove_timer"
icon="trash-alt"
class="btn topic-timer-remove no-text"
action=removeTopicTimer
~}}
{{/if}}
</div>
</h3>