Update EmptyState macro to align with new designs
This commit is contained in:
@@ -107,11 +107,11 @@
|
||||
{{ TaskOrderList(task_orders) }}
|
||||
{% else %}
|
||||
{{ EmptyState(
|
||||
'This portfolio doesn’t have any active or pending task orders.',
|
||||
action_label='Add a New Task Order',
|
||||
action_href=url_for('task_orders.form_step_one_add_pdf', portfolio_id=portfolio.id),
|
||||
icon='cloud',
|
||||
add_perms=user_can(permissions.CREATE_TASK_ORDER)
|
||||
header="Add approved task orders",
|
||||
message="Upload your approved Task Order here. You are required to confirm you have the appropriate signature. You will have the ability to add additional approved Task Orders with more funding to this Portfolio in the future.",
|
||||
button_link=url_for('task_orders.form_step_one_add_pdf', portfolio_id=portfolio.id),
|
||||
button_text="Add Task Order",
|
||||
view_only_text="Contact your portfolio administrator to add a Task Order."
|
||||
) }}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user