feat(entry-states): display entity state for editors
This commit is contained in:
5
views/mixins/_entryState.pug
Normal file
5
views/mixins/_entryState.pug
Normal file
@@ -0,0 +1,5 @@
|
||||
mixin entryState(entry)
|
||||
if entry.draft
|
||||
.pill.pill--draft draft
|
||||
if entry.pendingChanges
|
||||
.pill.pill--pending-changes pending changes
|
||||
Reference in New Issue
Block a user