summaryrefslogtreecommitdiffstats
path: root/templates/packages/groups.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/packages/groups.html')
-rw-r--r--templates/packages/groups.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/packages/groups.html b/templates/packages/groups.html
index 4bf12ac..bb475b1 100644
--- a/templates/packages/groups.html
+++ b/templates/packages/groups.html
@@ -11,6 +11,7 @@
<th>Arch</th>
<th>Group Name</th>
<th>Package Count</th>
+ <th>Last Updated</th>
</tr>
</thead>
<tbody>
@@ -20,6 +21,7 @@
<td><a href="/groups/{{ grp.arch }}/{{ grp.name }}/"
title="Group details for {{ grp.name }}">{{ grp.name }}</a></td>
<td>{{ grp.count }} Packages</td>
+ <td>{{ grp.last_update|date:"Y-m-d" }}</td>
</tr>
{% endfor %}
</tbody>