diff options
Diffstat (limited to 'views/staff/users/show.ejs')
| -rw-r--r-- | views/staff/users/show.ejs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/staff/users/show.ejs b/views/staff/users/show.ejs new file mode 100644 index 0000000..b5e1a6c --- /dev/null +++ b/views/staff/users/show.ejs @@ -0,0 +1,4 @@ +[[ include ../_header ]] + <h1>User: [[ profile.username ]]</h1> + +[[ include ../_footer ]] |
