Relocate progress menu bar

This commit is contained in:
Luis Cielak 2018-09-17 15:38:07 -04:00 committed by luisgov
parent 1381004f19
commit 2210e52a15

View File

@ -6,9 +6,7 @@
<div class="col"> <div class="col">
{% if request.is_pending_ccpo_acceptance %} {% if request.is_pending_ccpo_acceptance %}
{{ Alert('Request submitted. Approval pending.', fragment="fragments/pending_ccpo_acceptance_alert.html") }} {{ Alert('Request submitted. Approval pending.', fragment="fragments/pending_ccpo_acceptance_alert.html") }}
{% elif request.is_pending_ccpo_approval %} {% elif request.is_pending_ccpo_approval %}
{% call Alert('Pending CCPO Approval') %} {% call Alert('Pending CCPO Approval') %}
@ -18,15 +16,15 @@
{% elif requires_fv_action %} {% elif requires_fv_action %}
{{ Alert('Pending Financial Verification', fragment="fragments/pending_financial_verification.html") }}
{% include 'requests/review_menu.html' %} {% include 'requests/review_menu.html' %}
{{ Alert('Pending Financial Verification', fragment="fragments/pending_financial_verification.html") }}
{% endif %} {% endif %}
<div class="panel"> <div class="panel">
<div class="panel__heading"> <div class="panel__heading">
<h1>Request Details</h1><br/> <h1>Request Details</h1>
<h2>#{{ request.id }} <span class="label label--info">{{ request.status_displayname }}</span></h2> <h2><span class="subtitle">#{{ request.id }}</span> <span class="label label--info">{{ request.status_displayname }}</span></h2>
</div> </div>
<div class="panel__content"> <div class="panel__content">