Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
d96e84d6
Commit
d96e84d6
authored
Jul 06, 2016
by
Dominik Hebeler
Browse files
Wenn die App im Debug Modus ist, werden die Errormeldungen wieder ausgegeben
parent
250cfec4
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/errors/500.blade.php
View file @
d96e84d6
...
...
@@ -5,4 +5,7 @@
@
section
(
'content'
)
<
h1
>
{{
trans
(
'500.1'
)
}}
</
h1
>
<
p
>
{{
trans
(
'500.2'
)
}}
</
p
>
@
if
(
config
(
'app.debug'
)
)
<
pre
>
{{
$exception
}}
</
pre
>
@
endif
@
endsection
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment