diff -r 6f411821b12b -r e4e5cfaf5814 templates/report/backtrace.html.ep --- a/templates/report/backtrace.html.ep Sat Feb 20 18:36:00 2016 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -

Crashing thread (#<%= $crashing_thread->{threads_index} %>) top frames

-
- %= include 'report/backtrace/frames', thread => $crashing_thread -
-

All threads

-
- % my $thread_id = 0; - % foreach my $thread(@$threads) { - %= t a => ( 'data-toggle' => "collapse", href => "#backtrace-thread-$thread_id" ) => begin - %= t h4 => "Thread $thread_id" - % end - %= t div => ( id => "backtrace-thread-$thread_id", class => "collapse in" ) => begin - %= include 'report/backtrace/frames', thread => $thread - % $thread_id = $thread_id + 1; - % end - % } -