Add mock screen for editing a project

This commit is contained in:
Andrew Croce
2018-07-30 11:16:44 -04:00
parent 7c2c672af2
commit 9369a137ca
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
<div class='block-list project-list-item'>
<header class='block-list__header'>
<h2 class='block-list__title'>{{ project['name'] }} ({{ len(project['environments'])}} environments)</h2>
<a class='block-list__header__link' href='/'>edit</a>
<a class='block-list__header__link' href='/workspaces/123456/projects/789/edit'>edit</a>
</header>
<ul>
{% for environment in project['environments'] %}