equal
deleted
inserted
replaced
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} =%> <%= $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> |