Update error_report.html.haml
This commit is contained in:
parent
302e364846
commit
9f6ead1605
@ -1,9 +1,9 @@
|
||||
%p=@message.html_safe if @message.present?
|
||||
%pre=@report
|
||||
|
||||
- if @exception.present? && @exception.respond_to?(:backtrace)
|
||||
- if @exception.present?
|
||||
%h1 Backtrace
|
||||
%pre=@exception.backtrace.join("\n")
|
||||
%pre=@exception
|
||||
|
||||
%h1 Details
|
||||
%table.error-report
|
||||
@ -47,4 +47,4 @@
|
||||
- @request['env'].each do | key, value |
|
||||
%tr
|
||||
%td=key
|
||||
%td=value
|
||||
%td=value
|
||||
|
Loading…
x
Reference in New Issue
Block a user