Files
the-example-app-nodejs/views/mixins/_emptyModule.pug
Khaled Garbaya 005c8013f8 Feat/no content (#112)
* Add empty content module

* Make Bene Happy again

* `h1` -> `h2`

* `h2` -> `h3`
2018-02-23 10:56:20 +01:00

8 lines
307 B
Plaintext
Raw Permalink 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
h2 #{translate('noContentLabel', currentLocale.code)}
h3 #{translate('hintsLabel', currentLocale.code)}
ul
li #{translate('notFoundErrorHint', currentLocale.code)}
li #{translate('draftOrPublishedErrorHint', currentLocale.code)}