templates/report/crash.html.ep
changeset 104 b75005d8b002
parent 103 95f4e3c47dd4
child 106 97bf7ebb6e44
--- a/templates/report/crash.html.ep	Sun Feb 14 23:47:24 2016 +0100
+++ b/templates/report/crash.html.ep	Sun Feb 14 23:56:24 2016 +0100
@@ -6,6 +6,8 @@
     %= t h3 => (class => 'panel-title') => "Crash for $processed_data->{client_info}->{ProductName} $processed_data->{client_info}->{Version}"
   % end
   %= t div => (class => 'panel-body') => begin
+    %= "Crash Time: " . human_date_from_epoch($processed_data->{client_info}->{CrashTime});
+    <br/>
     %= link_to "In crash group \"" . $crash_group->{title} . "\"" => url_for('group', uuid => $crash_group->{uuid})
    % end
 % end