diff options
author | Dan McGee <dan@archlinux.org> | 2011-11-03 21:20:50 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-11-03 21:20:50 -0500 |
commit | 5e295a3dbb0b64f229e9419384721b154e013b9e (patch) | |
tree | 1b0706a3e681e852ee8be9169a9e2d82f1aa00a2 /templates/packages/signoff_cell.html | |
parent | 800ea45528e297c38e068775951e666f8191ef45 (diff) |
Allow signoff options to apply to all packages across architectures
If you check the new box, you can set the options for both the i686 and
the x86_64 packages at the same time.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages/signoff_cell.html')
-rw-r--r-- | templates/packages/signoff_cell.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/signoff_cell.html b/templates/packages/signoff_cell.html index 6c705b4e..4f9f726b 100644 --- a/templates/packages/signoff_cell.html +++ b/templates/packages/signoff_cell.html @@ -19,7 +19,7 @@ {% endif %} {% if group.packager == user %} <div> - <a class="signoff-options" href="{{ group.package.get_absolute_url }}signoff/options/">Packager Options</a> + <a class="signoff-options" href="{{ group.package.get_absolute_url }}signoff/options/">Signoff Options</a> </div> {% endif %} {% endspaceless %} |