diff options
author | Dan McGee <dan@archlinux.org> | 2013-03-11 18:41:02 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-03-11 18:41:02 -0500 |
commit | d1d40670d35213cc430d242ff96c4697bff6e26d (patch) | |
tree | 8cc2e30ad8454e5fdc2cbdcac39a489756869075 /templates/todolists | |
parent | 7ac078c8c1e731e65cbb20123987e5af1399d417 (diff) |
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 <dan@archlinux.org>
Diffstat (limited to 'templates/todolists')
-rw-r--r-- | templates/todolists/list.html | 11 |
1 files changed, 7 insertions, 4 deletions
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 @@ <h2>Package Todo Lists</h2> - {% if perms.todolists.add_todolist %} - <ul class="admin-actions"> + {% if perms.todolists.add_todolist %}<ul class="admin-actions"> <li><a href="/todo/add/" title="Add new todo list">Add Todo List</a></li> - </ul> - {% endif %} + </ul>{% endif %} + + <p>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.</p> <table id="dev-todo-lists" class="results todo-table"> <thead> |