summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-03-23 12:32:10 -0500
committerDan McGee <dan@archlinux.org>2011-03-23 12:32:10 -0500
commiteb6aaf6759ac6626c06612dbde9b160927501f3b (patch)
tree333eb097917665fb58015b0d0a07d3a1eee30c03 /templates
parentf583d05d84d48d1fd78f2472adb6106383af6f45 (diff)
downloadarchweb-eb6aaf6759ac6626c06612dbde9b160927501f3b.tar.gz
archweb-eb6aaf6759ac6626c06612dbde9b160927501f3b.zip
Add flag date column to group details page
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/group_details.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/packages/group_details.html b/templates/packages/group_details.html
index b40c21d0..22b805d4 100644
--- a/templates/packages/group_details.html
+++ b/templates/packages/group_details.html
@@ -14,6 +14,7 @@
<th>Version</th>
<th>Description</th>
<th>Last Updated</th>
+ <th>Flag Date</th>
</tr>
</thead>
<tbody>
@@ -30,6 +31,7 @@
{% endif %}
<td class="wrap">{{ pkg.pkgdesc }}</td>
<td>{{ pkg.last_update|date }}</td>
+ <td>{{ pkg.flag_date|date }}</td>
</tr>
{% endfor %}
</tbody>