Return-Path: X-Original-To: apmail-allura-commits-archive@www.apache.org Delivered-To: apmail-allura-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1BB8E11FF0 for ; Sun, 29 Jun 2014 01:02:48 +0000 (UTC) Received: (qmail 48910 invoked by uid 500); 29 Jun 2014 01:02:48 -0000 Delivered-To: apmail-allura-commits-archive@allura.apache.org Received: (qmail 48889 invoked by uid 500); 29 Jun 2014 01:02:48 -0000 Mailing-List: contact commits-help@allura.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@allura.apache.org Delivered-To: mailing list commits@allura.apache.org Received: (qmail 48875 invoked by uid 99); 29 Jun 2014 01:02:47 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jun 2014 01:02:47 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B6F238AC08C; Sun, 29 Jun 2014 01:02:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tvansteenburgh@apache.org To: commits@allura.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: [#5948] Fix: Status on individual Milestone view always shows Open Date: Sun, 29 Jun 2014 01:02:47 +0000 (UTC) Repository: allura Updated Branches: refs/heads/tv/5948 [created] 1fbacb48b [#5948] Fix: Status on individual Milestone view always shows Open Signed-off-by: Tim Van Steenburgh Project: http://git-wip-us.apache.org/repos/asf/allura/repo Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/1fbacb48 Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/1fbacb48 Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/1fbacb48 Branch: refs/heads/tv/5948 Commit: 1fbacb48b4ee37166cd2f46527412aff16534bd7 Parents: 4ee0a8c Author: Tim Van Steenburgh Authored: Sat Jun 28 20:56:53 2014 -0400 Committer: Tim Van Steenburgh Committed: Sat Jun 28 20:56:53 2014 -0400 ---------------------------------------------------------------------- ForgeTracker/forgetracker/templates/tracker/milestone.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/allura/blob/1fbacb48/ForgeTracker/forgetracker/templates/tracker/milestone.html ---------------------------------------------------------------------- diff --git a/ForgeTracker/forgetracker/templates/tracker/milestone.html b/ForgeTracker/forgetracker/templates/tracker/milestone.html index b7364ff..6107486 100644 --- a/ForgeTracker/forgetracker/templates/tracker/milestone.html +++ b/ForgeTracker/forgetracker/templates/tracker/milestone.html @@ -38,7 +38,7 @@ {% block edit_box %}
- {{milestone.closed and 'Closed' or 'Open'}} + {{milestone.complete and 'Closed' or 'Open'}}
{{milestone.due_date or 'N/A'}}