diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/packages/groups.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/packages/groups.html b/templates/packages/groups.html index 4bf12ac6..bb475b1e 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> |