Files
the-example-app-nodejs/views/mixins/_entryState.pug

6 lines
224 B
Plaintext

mixin entryState(entry)
if entry.draft
.pill.pill--draft #{translate('draftLabel', currentLocale.code)}
if entry.pendingChanges
.pill.pill--pending-changes #{translate('pendingChangesLabel', currentLocale.code)}