diff -r 41164ea18780 -r dbbd323f86ae templates/reports/index.atom.ep --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/reports/index.atom.ep Mon Dec 28 23:00:18 2015 +0100 @@ -0,0 +1,27 @@ + + + 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 + + +% } +