mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Make the draft error exclamation in composer red (#15475)
This commit is contained in:
committed by
GitHub
parent
cfcdedb709
commit
9006c07373
@@ -204,7 +204,7 @@
|
||||
|
||||
<div class={{if isUploading "hidden"}} id="draft-status">
|
||||
{{#if model.draftStatus}}
|
||||
<span title={{model.draftStatus}}>
|
||||
<span class="draft-error" title={{model.draftStatus}}>
|
||||
{{#if model.draftConflictUser}}
|
||||
{{avatar model.draftConflictUser imageSize="small"}} {{d-icon "user-edit"}}
|
||||
{{else}}
|
||||
|
||||
Reference in New Issue
Block a user