summaryrefslogtreecommitdiffstats
path: root/templates/packages/signoff_cell.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-03-29 18:50:21 +0200
committerDan McGee <dan@archlinux.org>2012-03-29 18:50:21 +0200
commit30f775f0b4242e1c6788a7fb1b513a888617de8f (patch)
tree220725c9d55b67e1f07f23e0990a1c646f197ec9 /templates/packages/signoff_cell.html
parentef88f3d5ef696b71a65a81f143b13ae27175a1c5 (diff)
downloadarchweb-30f775f0b4242e1c6788a7fb1b513a888617de8f.tar.gz
archweb-30f775f0b4242e1c6788a7fb1b513a888617de8f.tar.xz
Use spaceless tag on signoffs page
More whitespace collapsing to shrink the HTML size quite a bit. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages/signoff_cell.html')
-rw-r--r--templates/packages/signoff_cell.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/packages/signoff_cell.html b/templates/packages/signoff_cell.html
index 01a5d58..7d9e197 100644
--- a/templates/packages/signoff_cell.html
+++ b/templates/packages/signoff_cell.html
@@ -1,4 +1,3 @@
-{% spaceless %}
{% if group.signoffs %}
<ul class="signoff-list">
{% for signoff in group.signoffs %}
@@ -22,4 +21,3 @@
<a class="signoff-options" href="{{ group.package.get_absolute_url }}signoff/options/">Signoff Options</a>
</div>
{% endif %}
-{% endspaceless %}