UX: Changed error draft status to icon (#7369)

This commit is contained in:
Tim Lange
2019-04-19 09:18:01 +02:00
committed by Régis Hanol
parent cbe7166d87
commit 1d0816b2cf
4 changed files with 15 additions and 2 deletions

View File

@@ -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>