feat(entry-states): display entity state for editors

This commit is contained in:
Benedikt Rötsch
2017-10-24 15:12:26 +02:00
parent 63ff3e0426
commit fd52efd625
8 changed files with 77 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
mixin entryState(entry)
if entry.draft
.pill.pill--draft draft
if entry.pendingChanges
.pill.pill--pending-changes pending changes