Applications users were invited to were not showing in the portfolios

sidebar
This commit is contained in:
George Drummond
2019-05-20 15:18:26 -04:00
parent 42900a20a6
commit 6487fe91ba
7 changed files with 41 additions and 28 deletions

View File

@@ -145,7 +145,7 @@ MESSAGES = {
"actions": """
{% from "components/icon.html" import Icon %}
<div class='alert__actions'>
<a href='{{ url_for("portfolios.show_portfolio", portfolio_id=portfolio.id) }}' class='icon-link'>
<a href='{{ url_for("applications.portfolio_applications", portfolio_id=portfolio.id) }}' class='icon-link'>
{{ Icon('shield') }}
<span>{{ "flash.portfolio_home" | translate }}</span>
</a>