diff -r e408da1419cd -r 0ebef32c34af templates/report/crash.html.ep --- a/templates/report/crash.html.ep Sun Sep 27 22:45:40 2015 +0200 +++ b/templates/report/crash.html.ep Wed Nov 04 17:43:00 2015 +0100 @@ -20,6 +20,7 @@ % end %= t div => (class => 'tab-pane', id => 'details') => begin %= t table => (class => 'table table-striped table-hover table-bordered table-condensed') => begin + %= include('report/crash_info', crash_info => $processed_data->{crash_info}); %= include('report/client_info', client_info => $processed_data->{client_info}); %= include('report/system_info', system_info => $processed_data->{system_info}); % end