From 8383a071608329c7683f7a710030ce945bd20b4d Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 8 Jul 2012 23:30:48 -0500 Subject: Add a new jquery_tablesorter CDN template tag And use it everywhere we were including the file before. This should make updating the version a heck of a lot easier. Signed-off-by: Dan McGee --- templates/todolists/list.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'templates/todolists/list.html') diff --git a/templates/todolists/list.html b/templates/todolists/list.html index 88df4c81..51f9b570 100644 --- a/templates/todolists/list.html +++ b/templates/todolists/list.html @@ -43,8 +43,7 @@

Package Todo Lists

-{% load cdn %}{% jquery %} - +{% load cdn %}{% jquery %}{% jquery_tablesorter %} -- cgit v1.2.3-54-g00ecf From d1d40670d35213cc430d242ff96c4697bff6e26d Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 11 Mar 2013 18:41:02 -0500 Subject: Add some explanatory info back to todolist index page This is similar to what we had before on the public list page; put it here too so the page explains at least a little to the general public. Signed-off-by: Dan McGee --- templates/todolists/list.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'templates/todolists/list.html') diff --git a/templates/todolists/list.html b/templates/todolists/list.html index f30774fe..5f7e333d 100644 --- a/templates/todolists/list.html +++ b/templates/todolists/list.html @@ -8,11 +8,14 @@

Package Todo Lists

- {% if perms.todolists.add_todolist %} -
    + {% if perms.todolists.add_todolist %} - {% endif %} +
{% endif %} + +

Todo lists are used by the developers when a rebuild of a set of + packages is needed. This is common when a library has a version bump, + during a toolchain rebuild, or a general cleanup of packages in the + repositories. The progress can be tracked here.

-- cgit v1.2.3-54-g00ecf