mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: consistent topic timer message button order (#12826)
This commit is contained in:
@@ -4,23 +4,23 @@
|
|||||||
{{clockIcon}} {{notice}}
|
{{clockIcon}} {{notice}}
|
||||||
</span>
|
</span>
|
||||||
<div class="topic-timer-modify">
|
<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}}
|
{{#if showEdit}}
|
||||||
{{d-button
|
{{~d-button
|
||||||
ariaLabel="post.controls.edit_timer"
|
ariaLabel="post.controls.edit_timer"
|
||||||
title="post.controls.edit_timer"
|
title="post.controls.edit_timer"
|
||||||
icon="pencil-alt"
|
icon="pencil-alt"
|
||||||
class="btn topic-timer-edit no-text"
|
class="btn topic-timer-edit no-text"
|
||||||
action=showTopicTimerModal
|
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}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
</h3>
|
</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user