Feat/no content (#112)
* Add empty content module * Make Bene Happy again * `h1` -> `h2` * `h2` -> `h3`
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
mixin emptyModule()
|
mixin emptyModule()
|
||||||
.module
|
.module
|
||||||
h1 ️️#{translate('noContentLabel', currentLocale.code)}
|
h2 ️️#{translate('noContentLabel', currentLocale.code)}
|
||||||
h2 ️️#{translate('hintsLabel', currentLocale.code)}
|
h3 ️️#{translate('hintsLabel', currentLocale.code)}
|
||||||
ul
|
ul
|
||||||
li ️️#{translate('notFoundErrorHint', currentLocale.code)}
|
li ️️#{translate('notFoundErrorHint', currentLocale.code)}
|
||||||
li ️️#{translate('draftOrPublishedErrorHint', currentLocale.code)}
|
li ️️#{translate('draftOrPublishedErrorHint', currentLocale.code)}
|
||||||
|
|||||||
Reference in New Issue
Block a user