diff -r d7258a3a926c -r 97bf7ebb6e44 templates/report/crash.html.ep --- a/templates/report/crash.html.ep Mon Feb 15 00:04:51 2016 +0100 +++ b/templates/report/crash.html.ep Tue Feb 16 23:17:21 2016 +0100 @@ -8,7 +8,9 @@ %= t div => (class => 'panel-body') => begin %= "Crash Time: " . human_date_from_epoch($processed_data->{client_info}->{CrashTime});
- %= link_to "In crash group \"" . $crash_group->{title} . "\"" => url_for('group', uuid => $crash_group->{uuid}) + % if(defined($crash_group)) { + %= link_to "In crash group \"" . $crash_group->{title} . "\"" => url_for('group', uuid => $crash_group->{uuid}) + % } % end % end