link various "learn more" links to the /help
page
This commit is contained in:
parent
7250e1167c
commit
962e7d98ee
@ -1,3 +1,5 @@
|
||||
{% from "components/icon.html" import Icon %}
|
||||
|
||||
<p>
|
||||
We will review and respond to your request in 3 business days. You’ll be notified via email or phone.
|
||||
</p>
|
||||
@ -6,6 +8,10 @@
|
||||
While your request is being reviewed, your next step is to create a Task Order associated with JEDI Cloud. Please contact a Contracting Officer (KO), Contracting Officer Representative (COR), or a Financial Manager to help with this step.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Learn more about the JEDI Cloud Task Order and the Financial Verification process.
|
||||
</p>
|
||||
<div class='alert__actions'>
|
||||
<a href='/help' class='icon-link'>
|
||||
{{ Icon('help') }}
|
||||
Learn more about the JEDI Cloud Task Order and the Financial Verification process.
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
@ -30,6 +30,9 @@
|
||||
Once the Task Order has been created, you will be asked to provide details about the task order in the Financial Verification step.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Learn more about the JEDI Cloud Task Order and the Financial Verification process.
|
||||
</p>
|
||||
<div class='alert__actions'>
|
||||
<a href='/help' class='icon-link'>
|
||||
{{ Icon('help') }}
|
||||
Learn more about the JEDI Cloud Task Order and the Financial Verification process.
|
||||
</a>
|
||||
</div>
|
||||
|
@ -7,6 +7,11 @@
|
||||
Once the Task Order has been created, you will be asked to provide
|
||||
details about the task order in the Financial Verification step.
|
||||
</p>
|
||||
<p>
|
||||
<i>Learn more</i> about the JEDI Cloud Task Order and the Financial Verification process.
|
||||
</p>
|
||||
|
||||
<div class='alert__actions'>
|
||||
<a href='/help' class='icon-link'>
|
||||
{{ Icon('help') }}
|
||||
Learn more about the JEDI Cloud Task Order and the Financial Verification process.
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
message="<p>Track your monthly and cumulative expenditures for your workspace, projects, and environments below.</p>\
|
||||
<p>Please note that the projected spend is based on the <em>average expense over the last three completed months</em> and therefore does not account for future changes that might be made in scale or configuration of your cloud services.</p>",
|
||||
actions=[
|
||||
{"label": "Learn More", "href": "/", "icon": "info"}
|
||||
{"label": "Learn More", "href": "/help", "icon": "info"}
|
||||
] ) }}
|
||||
|
||||
<div class='funding-summary-row'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user