From a921e929b3878c3f499a2cd8a254f3b127143ac2 Mon Sep 17 00:00:00 2001 From: Jeff Balogh Date: Wed, 29 Dec 2010 14:53:38 -0500 Subject: [PATCH] warn of the cascading version delete (bug 621801) --- .../templates/devhub/versions/list.html | 14 ++++-- apps/devhub/urls.py | 2 + apps/devhub/views.py | 10 ++++ media/js/zamboni/devhub.js | 49 ++++++++++--------- 4 files changed, 48 insertions(+), 27 deletions(-) diff --git a/apps/devhub/templates/devhub/versions/list.html b/apps/devhub/templates/devhub/versions/list.html index 9d513bd5fd..8a53478f08 100644 --- a/apps/devhub/templates/devhub/versions/list.html +++ b/apps/devhub/templates/devhub/versions/list.html @@ -77,7 +77,8 @@

{{ _('Version History') }}

-
+
@@ -107,7 +108,7 @@
- {% for (count, status) in dev_files_status(version.all_files): %} + {% for (count, status) in dev_files_status(version.all_files) %}
{# L10n: {0} is the number of files, {1} is the status #} {{ ngettext('{0} file is {1}', '{0} files are {1}', count) @@ -145,10 +146,15 @@