summaryrefslogtreecommitdiffstats
path: root/templates/packages/signoff_cell.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/packages/signoff_cell.html')
-rw-r--r--templates/packages/signoff_cell.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/signoff_cell.html b/templates/packages/signoff_cell.html
index 0bf44ca..01a5d58 100644
--- a/templates/packages/signoff_cell.html
+++ b/templates/packages/signoff_cell.html
@@ -1,6 +1,6 @@
{% spaceless %}
{% if group.signoffs %}
-<ul>
+<ul class="signoff-list">
{% for signoff in group.signoffs %}
<li class="signed-username" title="Signed off by {{ signoff.user }}">{{ signoff.user }}{% if signoff.revoked %} (revoked){% endif %}</li>
{% endfor %}