Skip to content
Snippets Groups Projects
Commit 0cbd95d2 authored by Adam Jensen's avatar Adam Jensen
Browse files

Merge branch 'main' into '36-include-success-accelerator-tag-in-the-plan-output'

# Conflicts:
#   templates/success-plan-to-html/package.json
parents ef703b58 c9a7f806
No related branches found
No related tags found
1 merge request!41Resolve "Include "Success Accelerator" tag in the plan output"
Pipeline #1686279301 passed
Pipeline: Success Plan to HTML

#1686280755

    ...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
    <td class="target-date">{% set record = o %}{% include "target-date.html" %} <td class="target-date">{% set record = o %}{% include "target-date.html" %}
    <td class="status">{% set record = o %}{% include "status.html" %}</td> <td class="status">{% set record = o %}{% include "status.html" %}</td>
    <td class="update">{{ (o.summary if o.summary else o.latest_update) | safe }}</td> <td class="update">{{ (o.summary if o.summary else o.latest_update) | safe }}</td>
    <td class="success-criteria">{{ o.success_criteria | safe }}</td> <td class="success-criteria">{% if o.verifiable_outcome_status %}<p>{% set record = o %}{% include "verifiable-outcome-status.html" %}</p>{% endif %}{{ o.success_criteria | safe }}</td>
    </tr> </tr>
    {% set last_state = o.state %} {% set last_state = o.state %}
    {% endfor %} {% endfor %}
    ......
    <span class="verifiable-outcome-status badge rounded-pill text-bg-body">{{ record.verifiable_outcome_status }}</span>
    \ No newline at end of file
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment