summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-05-24 21:03:32 +0200
committerJelle van der Waa <jelle@vdwaa.nl>2019-05-24 21:08:23 +0200
commit1311d9620fca21c0a2e91ed7843c7601b6f07ab9 (patch)
treec908f41b188ec7d091c7737ac2e47ccf7e6df833
parentd8804ac483616252b66d340e2e535c82c2e7352b (diff)
downloadarchweb-1311d9620fca21c0a2e91ed7843c7601b6f07ab9.tar.gz
archweb-1311d9620fca21c0a2e91ed7843c7601b6f07ab9.zip
devel: show the maintainer/packager for devel
In the signoff status also show the packager and maintainer of the package.
-rw-r--r--templates/devel/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html
index 4f788d6d..9588150b 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -115,6 +115,8 @@
<th>Last Updated</th>
<th>Approved</th>
<th>Signoffs</th>
+ <th>Packager</th>
+ <th>Maintainer</th>
</tr>
</thead>
<tbody>
@@ -139,6 +141,8 @@
<li class="signed-username" title="Signed off by {{ signoff.user }}">{{ signoff.user }}{% if signoff.revoked %} (revoked){% endif %}</li>
{% endfor %}
</ul></td>
+ <td>{{ group.packager }}</td>
+ <td>{{ group.maintainer }}</td>
</tr>
{% empty %}
<tr class="empty"><td colspan="7"><em>No packages you maintain or have packaged need signoffs</em></td></tr>