diff options
Diffstat (limited to 'views/staff/users/show.ejs')
| -rw-r--r-- | views/staff/users/show.ejs | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/views/staff/users/show.ejs b/views/staff/users/show.ejs index b5e1a6c..d306443 100644 --- a/views/staff/users/show.ejs +++ b/views/staff/users/show.ejs @@ -1,4 +1,16 @@ [[ include ../_header ]] - <h1>User: [[ profile.username ]]</h1> + <h1>User: [[- profile.username ]]</h1> + + <nav> + <a href="/staff">home</a> + <a href="/staff/users">users</a> + <a href="/staff/projects">projects</a> + </nav> + + <hr> + + <div class="json"> + [[- profileJSON ]] + </div> [[ include ../_footer ]] |
