diff options
Diffstat (limited to 'views/staff/projects/show.ejs')
| -rw-r--r-- | views/staff/projects/show.ejs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/views/staff/projects/show.ejs b/views/staff/projects/show.ejs index 01b5c76..e821614 100644 --- a/views/staff/projects/show.ejs +++ b/views/staff/projects/show.ejs @@ -1,2 +1,17 @@ [[ include ../_header ]] + + <h1>Project</h1> + + <nav> + <a href="/staff">home</a> + <a href="/staff/users">users</a> + <a href="/staff/projects">projects</a> + </nav> + + <hr> + + <div class="json"> + [[- projectJSON ]] + </div> + [[ include ../_footer ]] |
