Some fixes for users with no portfolios

This commit is contained in:
Patrick Smith
2019-02-12 16:58:02 -05:00
parent 90db047c3d
commit 5545445d1d
3 changed files with 17 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
{% block content %}
{{
EmptyState(
action_href=url_for("task_orders.new", screen=1),
action_href=url_for("task_orders.get_started"),
action_label=("portfolios.index.empty.start_button" | translate),
icon="cloud",
message=("portfolios.index.empty.title" | translate),