Add flag date column to developer dashboard list

This only implements about 25% of FS#14656, but it is a good start and
trivial to add for now.

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2010-10-21 18:14:02 -05:00
parent 1a4db3c7b9
commit a5e8c5a8d5

View File

@ -15,6 +15,8 @@ <h3>My Flagged Packages</h3>
<th>Repo</th>
<th>Version</th>
<th>Arch</th>
<th>Flagged</th>
<th>Last Updated</th>
</tr>
</thead>
<tbody>
@ -25,6 +27,8 @@ <h3>My Flagged Packages</h3>
<td>{{ pkg.repo.name }}</td>
<td>{{ pkg.pkgver }}</td>
<td>{{ pkg.arch.name }}</td>
<td>{{ pkg.flag_date }}</td>
<td>{{ pkg.last_update }}</td>
</tr>
{% empty %}
<tr class="empty"><td colspan="4"><em>No flagged packages to display</em></td></tr>