From ac2278423a3d449fdfe8c813f1f2d391ef9aff08 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 3 Nov 2011 14:59:00 -0500 Subject: Many signoff page improvements Add a new 'SignoffSpecification' model which will capture metadata regarding a specific package if it differs from the norm- e.g. more or less than 2 required signoffs, is known to be bad, a comment from the maintainer, etc. The groundwork is laid here; much of this will still need to be wired up in the future. Enhance the view with a lot more JS prettiness and add revoking of signoffs. The signoff page can be filtered and the links and all the fun stuff are totally dynamic now. Signed-off-by: Dan McGee --- templates/packages/signoff_cell.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/packages/signoff_cell.html (limited to 'templates/packages/signoff_cell.html') diff --git a/templates/packages/signoff_cell.html b/templates/packages/signoff_cell.html new file mode 100644 index 0000000..fce5d55 --- /dev/null +++ b/templates/packages/signoff_cell.html @@ -0,0 +1,12 @@ + +{% if group.user_signed_off %} +
Revoke Signoff
+{% else %} +
Signoff
+{% endif %} -- cgit v1.2.3-24-g4f1b