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,9 +18,11 @@ block content
when 401 when 401
li #{translate('verifyCredentialsErrorLabel', currentLocale.code)} li #{translate('verifyCredentialsErrorLabel', currentLocale.code)}
li #{translate('localeContentErrorLabel', currentLocale.code)} li #{translate('localeContentErrorLabel', currentLocale.code)}
when 500
li #{translate('contentModelChangedErrorLabel', currentLocale.code)}
if error.stack if error.stack
li #{translate('stackTraceErrorLabel', currentLocale.code)} li #{translate('stackTraceErrorLabel', currentLocale.code)}
if error.response if error.response
h2 #{translate('errorLabel', currentLocale.code)} h2 #{translate('errorLabel', currentLocale.code)}
pre.error__stack-trace pre.error__stack-trace