Rearrange and rename application routes.
- move application routes to their own Flask blueprint - squash application routes to be resource-specific - reorganize application routes
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
{{ EmptyState(
|
||||
'Nothing to report',
|
||||
action_label='Add a new application' if can_create_applications else None,
|
||||
action_href=url_for('portfolios.new_application', portfolio_id=portfolio.id) if can_create_applications else None,
|
||||
action_href=url_for('applications.new', portfolio_id=portfolio.id) if can_create_applications else None,
|
||||
icon='chart',
|
||||
sub_message=message
|
||||
) }}
|
||||
|
||||
Reference in New Issue
Block a user