From 04e51503f690626118e8071cd5f8f7afd9ad4cf1 Mon Sep 17 00:00:00 2001
From: Jeremy Kerr
Date: Sat, 23 Aug 2008 11:31:10 +0800
Subject: Use up/down arrows as sorting indicator
.. rather than a red heading, which implies an error.
Signed-off-by: Jeremy Kerr
---
templates/patchwork/help/about.html | 2 ++
templates/patchwork/patch-list.html | 18 +++++++++++++++++-
2 files changed, 19 insertions(+), 1 deletion(-)
(limited to 'templates')
diff --git a/templates/patchwork/help/about.html b/templates/patchwork/help/about.html
index fa5094f..4cae691 100644
--- a/templates/patchwork/help/about.html
+++ b/templates/patchwork/help/about.html
@@ -15,5 +15,7 @@ web framework.
href="http://code.google.com/p/django-registration/">django-registration
application.
+Icons from the Sweetie icon set.
+
{% endblock %}
diff --git a/templates/patchwork/patch-list.html b/templates/patchwork/patch-list.html
index a0a8cec..57491e2 100644
--- a/templates/patchwork/patch-list.html
+++ b/templates/patchwork/patch-list.html
@@ -31,6 +31,10 @@
{% ifequal order.name "name" %}
Patch
{% else %}
Patch
@@ -40,6 +44,10 @@
|
{% ifequal order.name "date" %}
Date
{% else %}
Date
@@ -49,7 +57,11 @@
|
{% ifequal order.name "submitter" %}
Submiter
+ href="{% listurl order=order.reversed_name %}"> Submitter
{% else %}
Submitter
{% endifequal %}
@@ -58,6 +70,10 @@
|
{% ifequal order.name "state" %}
State
{% else %}
State
--
cgit v1.2.3
|