templates/report/crash.html.ep
changeset 103 95f4e3c47dd4
parent 78 0ebef32c34af
child 104 b75005d8b002
--- a/templates/report/crash.html.ep	Sun Feb 14 23:20:44 2016 +0100
+++ b/templates/report/crash.html.ep	Sun Feb 14 23:47:24 2016 +0100
@@ -1,6 +1,15 @@
 % title 'crash report';
 % layout 'main';
 
+%= t div => (class => 'panel panel-default') => begin
+  %= t div => (class => 'panel-heading') => begin
+    %= t h3 => (class => 'panel-title') => "Crash for $processed_data->{client_info}->{ProductName} $processed_data->{client_info}->{Version}"
+  % end
+  %= t div => (class => 'panel-body') => begin
+    %= link_to "In crash group \"" . $crash_group->{title} . "\"" => url_for('group', uuid => $crash_group->{uuid})
+   % end
+% end
+
 %= t div => (class => 'tabbable') => begin
   %= t ul => (class => 'nav nav-tabs', id => 'report-tabs') => begin
     %= t li => (class => 'active') => begin