fix: Fix New fields naming

This commit is contained in:
Khaled Garbaya
2017-10-17 11:59:09 +02:00
committed by Benedikt Rötsch
parent 418871c6cf
commit c6d12b4afd
9 changed files with 19 additions and 15 deletions

View File

@@ -14,7 +14,10 @@ block content
li Check if there's any content for this locale
li Verify credentials are correct and up to date
li Check the stack trace below
if error.response
h2 Error
pre.error__stack-trace
code.shell #{helpers.dump(error.response.data)}
h2 Stack trace
pre.error__stack-trace
code.shell #{error.stack}