diff -r 703f1af889d1 -r 013953be0f3b templates/report/backtrace.html.ep
--- a/templates/report/backtrace.html.ep Thu Aug 07 23:56:47 2014 +0200
+++ b/templates/report/backtrace.html.ep Fri Aug 08 00:00:49 2014 +0200
@@ -1,6 +1,6 @@
Crashing thread top frames
- %= include 'report/backtrace/frames', frames => $crashing_thread->{frames}
+ %= include 'report/backtrace/frames', thread => $crashing_thread
All threads
@@ -10,7 +10,7 @@
%= t h4 => "Thread $thread_id"
% end
%= t div => ( id => "backtrace-thread-$thread_id", class => "collapse in" ) => begin
- %= include 'report/backtrace/frames', frames => $thread->{frames}
+ %= include 'report/backtrace/frames', thread => $thread
% $thread_id = $thread_id + 1;
% end
% }