diff options
author | Dan McGee <dan@archlinux.org> | 2011-01-20 17:31:37 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-01-20 17:31:37 -0600 |
commit | 7d043be0b3d090d2f675af5b86856693aa73e787 (patch) | |
tree | 01ee8235193e00821c13ed994935c31b019f385a /templates/packages | |
parent | 523a15f81e819379d1d9ae8412ebd8a7c017a512 (diff) |
Add an 'unflag all' option
This allows the exact opposite of the 'flag' option as presented to the end
user, especially helpful for split packages. The original single unflag
package option is also still available. Implements FS#22520.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages')
-rw-r--r-- | templates/packages/details.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html index 1b01b3c1..fcbaf083 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -28,6 +28,7 @@ {% endif %}{% endwith %} {% if user.is_authenticated %} <li><a href="unflag/" title="Unflag this package">Click here to unflag</a></li> + <li><a href="unflag/all/" title="Unflag all matching pkgbase">Click here to unflag all split packages</a></li> {% endif %} {% else %} <li><a href="flag/" title="Flag {{ pkg.pkgname }} as out-of-date">Flag Package Out-of-Date</a> |