mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Changed error draft status to icon (#7369)
This commit is contained in:
@@ -164,7 +164,9 @@
|
||||
{{/if}}
|
||||
{{#if model.draftSaving}}<div class="spinner small"></div>{{/if}}
|
||||
{{#if model.draftSaved}}{{d-icon 'check' class='save-animation'}}{{/if}}
|
||||
{{model.draftStatus}}
|
||||
{{#if model.draftStatus}}
|
||||
<span title="{{model.draftStatus}}">{{d-icon 'user-edit'}}</span>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user