4 <title>WebKit Commit Queue Status</title>
5 <link type="text/css" rel="stylesheet" href="/stylesheets/main.css" />
9 <div id="current_status">
10 {{ last_status.message|force_escape|urlize|webkit_linkify|safe }}
11 <div id="last_status_date">As of {{ last_status.date|timesince }} ago</div>
14 <table id="recent_status_table">
16 <th colspan=2>Recent Status</th>
18 {% for recent_status in recent_statuses %}
20 <td class='status_date'>{{ recent_status.date|timesince }} ago</td>
21 <td class="recent_status">{{ recent_status.message|force_escape|urlize|webkit_linkify|safe }}</td>
26 <div id="footer"><a href="https://bugs.webkit.org/buglist.cgi?query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&field0-0-0=flagtypes.name&type0-0-0=equals&value0-0-0=commit-queue%2B">queued bugs</a> | <a href="http://trac.webkit.org/wiki/CommitQueue">documentation</a> | <a href="http://webkit.org/">webkit.org</a></div>