fix: fix error display

This commit is contained in:
Khaled Garbaya
2017-11-30 16:42:21 +01:00
parent b456500c9f
commit 9b55a8ba66

View File

@@ -19,7 +19,7 @@ block content
li #{translate('verifyCredentialsErrorLabel', currentLocale.code)} li #{translate('verifyCredentialsErrorLabel', currentLocale.code)}
li #{translate('localeContentErrorLabel', currentLocale.code)} li #{translate('localeContentErrorLabel', 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)}