From edea5e917ffd8aed61c19140dd65898b0ea5dd70 Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Tue, 6 Mar 2018 14:25:04 +0000
Subject: [PATCH] Add a comment about why we switch from phase to status

---
 opentech/apply/funds/templates/funds/includes/status_bar.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/opentech/apply/funds/templates/funds/includes/status_bar.html b/opentech/apply/funds/templates/funds/includes/status_bar.html
index 9dfbdb940..e53751502 100644
--- a/opentech/apply/funds/templates/funds/includes/status_bar.html
+++ b/opentech/apply/funds/templates/funds/includes/status_bar.html
@@ -8,6 +8,7 @@
                     {% endif %}">
             <span class="status-bar__tooltip"
                 {% if phase == status %}
+                    {# We want to display the status explicitly in case phase is a MultiStep (displays "Outcome" for name) #}
                     data-title="{{ status.name }}" aria-label="{{ status.name }}"
                 {% else %}
                     data-title="{{ phase.name }}" aria-label="{{ phase.name }}"
-- 
GitLab