Files
the-example-app-nodejs/views/mixins/_emptyModule.pug
Khaled Garbaya 1d513b9ede feat: Add empty content module (#111)
* Add empty content module

* Make Bene Happy again
2018-02-22 16:13:37 +01:00

8 lines
307 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
mixin emptyModule()
.module
h1 #{translate('noContentLabel', currentLocale.code)}
h2 #{translate('hintsLabel', currentLocale.code)}
ul
li #{translate('notFoundErrorHint', currentLocale.code)}
li #{translate('draftOrPublishedErrorHint', currentLocale.code)}