diff options
author | Dan McGee <dan@archlinux.org> | 2012-07-23 22:22:49 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-07-23 22:22:49 -0500 |
commit | b1206a4109d3b13b06c3116ef3a2dd6c9e125a1f (patch) | |
tree | d577e305025c1d2677cb6adb903a1127e69895e2 /templates/packages | |
parent | 5b176fc672a89cc3711a6e581d076ad8be25c516 (diff) |
Enable filtering of todolist packages
This matches the filtering options we have on the signoffs and package
differences pages.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages')
-rw-r--r-- | templates/packages/differences.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/packages/differences.html b/templates/packages/differences.html index 8d6887a3..b0c5b539 100644 --- a/templates/packages/differences.html +++ b/templates/packages/differences.html @@ -8,7 +8,7 @@ {% if differences %} <div class="box"> <h2>Package Differences by Architecture</h2> - <div id="differences-filter" class="filter-criteria"> + <div class="filter-criteria"> <h3>Filter Differences View</h3> <form id="diff_filter" method="post" action="."> <fieldset> @@ -29,7 +29,6 @@ </fieldset> </form> </div> - {# TODO some sort of spacing here #} <table id="table_differences" class="results"> <thead> |