--- a/templates/report/crash.html.ep Thu Aug 07 23:56:47 2014 +0200
+++ b/templates/report/crash.html.ep Fri Aug 08 00:00:49 2014 +0200
@@ -16,10 +16,10 @@
%= t div => (class => 'tab-content') => begin
%= t div => (class => 'tab-pane active', id => 'backtrace') => begin
- %= include('report/backtrace', crashing_thread => $processed_data->{crashing_thread}, threads => $processed_data->{threads});
+ %= include('report/backtrace', crashing_thread => $crashing_thread, threads => $threads);
% end
%= t div => (class => 'tab-pane', id => 'details') => begin
- %= t table => (class => 'table table-striped table-bordered table-condensed') => begin
+ %= t table => (class => 'table table-striped table-hover table-bordered table-condensed') => begin
%= include('report/client_info', client_info => $processed_data->{client_info});
%= include('report/system_info', system_info => $processed_data->{system_info});
% end