Fix link url and padding issue on reporting page
This commit is contained in:
parent
d6ff9d1b3b
commit
33b0fe27e3
@ -64,7 +64,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.spend-summary__budget {
|
.spend-summary__budget {
|
||||||
margin: 0 0 0 $gap;
|
|
||||||
|
|
||||||
@include ie-only {
|
@include ie-only {
|
||||||
margin: $gap 0 0 0;
|
margin: $gap 0 0 0;
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
-
|
-
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<a href='{{ url_for("portfolios.portfolio_funding", portfolio_id=portfolio.id) }}' class='icon-link'>
|
<a href='{{ url_for("portfolios.view_task_order", portfolio_id=portfolio.id, task_order_id=task_order.id) }}' class='icon-link'>
|
||||||
{{ Icon('cog') }}
|
{{ Icon('cog') }}
|
||||||
Manage Task Order
|
Manage Task Order
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user