WIP projects templates

This commit is contained in:
richard-dds
2018-08-21 13:46:54 -04:00
parent 18cd1b4473
commit 7c21e64c51
4 changed files with 21 additions and 14 deletions

View File

@@ -9,8 +9,8 @@
subnav=[
{
"label": "Add New Project",
"href":"/",
"active": g.matchesPath('workspaces/projects/new'),
"href": url_for('workspaces.new_project', workspace_id=workspace.id),
"active": g.matchesPath('\/workspaces\/[A-Za-z0-9-]*\/projects'),
"icon": "plus"
}
]