templates/reports/index.atom.ep
changeset 104 b75005d8b002
parent 85 dbbd323f86ae
equal deleted inserted replaced
103:95f4e3c47dd4 104:b75005d8b002
     8 
     8 
     9 % foreach my $crash(@$crashs) {
     9 % foreach my $crash(@$crashs) {
    10   <entry>
    10   <entry>
    11     <id>tag:crash,2014:uuid::<%= $crash->{uuid} =%></id>
    11     <id>tag:crash,2014:uuid::<%= $crash->{uuid} =%></id>
    12     <link type="text/html" rel="alternate" href="<%= url_for('report', uuid => $crash->{uuid})->to_abs =%>"/>
    12     <link type="text/html" rel="alternate" href="<%= url_for('report', uuid => $crash->{uuid})->to_abs =%>"/>
    13     <title><%= $crash->{p_name} =%>&nbsp;<%= $crash->{p_version} =%>: <%= $crash->{uuid} =%></title>
    13     <title><%= $crash->{p_name} =%> <%= $crash->{p_version} =%>: <%= $crash->{uuid} =%></title>
    14     <updated><%= date_with_tz_from_db_utc($crash->{crash_time}) =%></updated>
    14     <updated><%= date_with_tz_from_db_utc($crash->{crash_time}) =%></updated>
    15     <published><%= date_with_tz_from_db_utc($crash->{crash_time}) =%></published>
    15     <published><%= date_with_tz_from_db_utc($crash->{crash_time}) =%></published>
    16     <author>
    16     <author>
    17       <name></name>
    17       <name></name>
    18     </author>
    18     </author>