fix(errors): add hint to 500 errors and fix bullet points

This commit is contained in:
Benedikt Rötsch
2018-02-02 14:37:46 +01:00
committed by Benedikt Rötsch
parent 4b6ec8cffa
commit 5b052104f3

View File

@@ -18,6 +18,8 @@ block content
when 401
li #{translate('verifyCredentialsErrorLabel', currentLocale.code)}
li #{translate('localeContentErrorLabel', currentLocale.code)}
when 500
li #{translate('contentModelChangedErrorLabel', currentLocale.code)}
if error.stack
li #{translate('stackTraceErrorLabel', currentLocale.code)}