';
+
+ // Row #2 of the header (change id and enqueue time)
+ html += '
';
+ var id = change['id'];
+ var url = change['url'];
+ if (id !== null) {
+ if (id.length == 40) {
+ id = id.substr(0,7);
+ }
+ if (url !== null) {
+ html += '';
+ }
+ html += id;
+ if (url !== null) {
+ html += '';
+ }
+ } else {
+ // if there is not changeset we still need forced content, otherwise
+ // the layout doesn't work
+ html += ' ';
+ }
+ html += '';
+ html += '
' + format_enqueue_time(change['enqueue_time']) + '';
+
+ html += '
';
+
+ // Job listing from here down
+ html += '