diff -r 6f411821b12b -r e4e5cfaf5814 templates/reports/index.atom.ep --- a/templates/reports/index.atom.ep Sat Feb 20 18:36:00 2016 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ - - - tag:crash,2012,<%= url_for('index')->to_abs =%> - - - Recent Crashs - <%= date_with_tz_from_db_utc(@$crashs[0]->{crash_time}) =%> - -% foreach my $crash(@$crashs) { - - tag:crash,2014:uuid::<%= $crash->{uuid} =%> - - <%= $crash->{p_name} =%> <%= $crash->{p_version} =%>: <%= $crash->{uuid} =%> - <%= date_with_tz_from_db_utc($crash->{crash_time}) =%> - <%= date_with_tz_from_db_utc($crash->{crash_time}) =%> - - - - - %= xml_escape_block begin - %= t h3 => date_from_db_utc($crash->{crash_time}) - %= t h3 => $crash->{p_name} . " version " . $crash->{p_version} - % end - - -% } -