Add StickyCTA impl to portfolio funding page
This commit is contained in:
parent
37ca94df42
commit
8302490194
@ -4,7 +4,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include media($medium-screen) {
|
@include media($medium-screen) {
|
||||||
margin-left: -$gap * 5;
|
margin-left: -$gap * 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
background-color: $color-gray-lightest;
|
background-color: $color-gray-lightest;
|
||||||
|
@ -7,8 +7,6 @@
|
|||||||
|
|
||||||
{% block portfolio_content %}
|
{% block portfolio_content %}
|
||||||
|
|
||||||
{% include "portfolios/add_funding_cta.html" %}
|
|
||||||
|
|
||||||
<div class='portfolio-applications'>
|
<div class='portfolio-applications'>
|
||||||
{% include "fragments/flash.html" %}
|
{% include "fragments/flash.html" %}
|
||||||
<div class='portfolio-applications__header row'>
|
<div class='portfolio-applications__header row'>
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{% from "components/empty_state.html" import EmptyState %}
|
{% from "components/empty_state.html" import EmptyState %}
|
||||||
{% from "components/icon.html" import Icon %}
|
{% from "components/icon.html" import Icon %}
|
||||||
|
{% from "components/sticky_cta.html" import StickyCTA %}
|
||||||
|
|
||||||
{% extends "portfolios/base.html" %}
|
{% extends "portfolios/base.html" %}
|
||||||
|
|
||||||
@ -92,9 +93,11 @@
|
|||||||
|
|
||||||
<div class="portfolio-funding">
|
<div class="portfolio-funding">
|
||||||
|
|
||||||
|
{% call StickyCTA(text="Funding") %}
|
||||||
<div class='portfolio-funding__header row'>
|
<div class='portfolio-funding__header row'>
|
||||||
<a href="{{ url_for("task_orders.new", screen=1, portfolio_id=portfolio.id) }}" class="usa-button">Start a new task order</a>
|
<a href="{{ url_for("task_orders.new", screen=1, portfolio_id=portfolio.id) }}" class="usa-button">Start a new task order</a>
|
||||||
</div>
|
</div>
|
||||||
|
{% endcall %}
|
||||||
|
|
||||||
{% for task_order in pending_task_orders %}
|
{% for task_order in pending_task_orders %}
|
||||||
<div class='subheading'>
|
<div class='subheading'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user