mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 07:38:01 +08:00
UX: Remove label and add danger class to remove draft button (#11165)
This commit is contained in:
parent
f70b330e7a
commit
3414566466
|
@ -68,6 +68,6 @@
|
|||
{{#if @item.editableDraft}}
|
||||
<div class="user-stream-item-draft-actions">
|
||||
{{d-button action=@resumeDraft actionParam=@item icon="pencil-alt" label="drafts.resume" class="btn-default resume-draft"}}
|
||||
{{d-button action=@removeDraft actionParam=@item icon="far-trash-alt" label="drafts.remove" class="btn-default remove-draft"}}
|
||||
{{d-button action=@removeDraft actionParam=@item icon="far-trash-alt" class="btn-danger remove-draft"}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user