diff options
author | Dan McGee <dan@archlinux.org> | 2012-01-04 12:15:29 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-01-04 12:15:29 -0600 |
commit | 7b7dcfaa7c1b10d4f595a68e4136f30162930011 (patch) | |
tree | 59c063270c10d1edbdfd4c849b3b275e028d9b35 /templates/todolists | |
parent | 9ddbe26e4c397c9a0b9fda73a0ce79bc658464d9 (diff) |
Add new todolist pkgbase list view
This is for use after rebuilds when moving packages out of the staging
and testing repositories.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/todolists')
-rw-r--r-- | templates/todolists/view.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 6516f73e..d45905e3 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -23,6 +23,11 @@ <div>{{list.description|urlize|linebreaks}}</div> + <p>Link to lists of pkgbase values:</p> + <ul>{% for svn_root in svn_roots %} + <li><a href="pkgbases/{{ svn_root }}/">{{ svn_root }}</a></li> + {% endfor %}</ul> + <table id="dev-todo-pkglist" class="results todo-table"> <thead> <tr> |