change workspace projects URL
This commit is contained in:
parent
2e5c6f7110
commit
862f1f7b18
@ -121,7 +121,7 @@ def make_app(config, deps, **kwargs):
|
||||
url(r"/reports", Main, {"page": "reports"}, name="reports"),
|
||||
url(r"/calculator", Main, {"page": "calculator"}, name="calculator"),
|
||||
url(r"/workspaces/(\S+)/members", WorkspaceMembers, {}, name="workspace_members"),
|
||||
url(r"/workspaces/(\S+)", Workspace, {}, name="workspace"),
|
||||
url(r"/workspaces/(\S+)/projects", Workspace, {}, name="workspace_projects"),
|
||||
]
|
||||
|
||||
if not ENV == "production":
|
||||
|
@ -14,7 +14,7 @@
|
||||
{% for w in workspaces %}
|
||||
<tr>
|
||||
<td scope="row">
|
||||
<a href="/workspaces/{{w['task_order']['number']}}">{{ w['name'] }}</a><br>
|
||||
<a href="/workspaces/{{w['task_order']['number']}}/projects">{{ w['name'] }}</a><br>
|
||||
Task Order: #{{ w['task_order']['number'] }}
|
||||
</td>
|
||||
<td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user