Remove route for /portfolios

This commit is contained in:
leigh-mil
2019-12-03 14:47:55 -05:00
parent 9ef4f693eb
commit 74ff581570
6 changed files with 2 additions and 61 deletions

View File

@@ -1,15 +0,0 @@
{% extends "base.html" %}
{% from "components/empty_state.html" import EmptyState %}
{% from "components/tooltip.html" import Tooltip %}
{% block content %}
{{
EmptyState(
action_href="#",
action_label=("portfolios.index.empty.start_button" | translate),
icon="cloud",
message=("portfolios.index.empty.title" | translate),
)
}}
{% endblock %}