diff options
author | Dan McGee <dan@archlinux.org> | 2011-11-04 03:32:30 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-11-04 03:32:30 +0100 |
commit | 0aa42e2c01df2bf1c9e425994420f5ae10252597 (patch) | |
tree | 8c1b302064748dfe4736dac7659157a162b5f87a /templates/todolists | |
parent | 5e295a3dbb0b64f229e9419384721b154e013b9e (diff) | |
download | archweb-0aa42e2c01df2bf1c9e425994420f5ae10252597.tar.gz archweb-0aa42e2c01df2bf1c9e425994420f5ae10252597.tar.xz |
Allow signoff manipulation if you are a maintainer
This is a more expensive and not-yet-optimized way of doing this, but we
can fix that later as needed.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/todolists')
-rw-r--r-- | templates/todolists/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 8f515c9..c9ea919 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -29,7 +29,7 @@ <th>Name</th> <th>Arch</th> <th>Repo</th> - <th>Maintainer</th> + <th>Maintainers</th> <th>Status</th> </tr> </thead> |