diff options
Diffstat (limited to 'views/staff/projects')
| -rw-r--r-- | views/staff/projects/index.ejs | 4 | ||||
| -rw-r--r-- | views/staff/projects/show.ejs | 2 | ||||
| -rw-r--r-- | views/staff/projects/show_404.ejs | 4 |
3 files changed, 10 insertions, 0 deletions
diff --git a/views/staff/projects/index.ejs b/views/staff/projects/index.ejs new file mode 100644 index 0000000..a27a132 --- /dev/null +++ b/views/staff/projects/index.ejs @@ -0,0 +1,4 @@ +[[ include ../_header ]] + <h1>Projects</h1> + +[[ include ../_footer ]] diff --git a/views/staff/projects/show.ejs b/views/staff/projects/show.ejs new file mode 100644 index 0000000..01b5c76 --- /dev/null +++ b/views/staff/projects/show.ejs @@ -0,0 +1,2 @@ +[[ include ../_header ]] +[[ include ../_footer ]] diff --git a/views/staff/projects/show_404.ejs b/views/staff/projects/show_404.ejs new file mode 100644 index 0000000..e0cf0e2 --- /dev/null +++ b/views/staff/projects/show_404.ejs @@ -0,0 +1,4 @@ +[[ include ../_header ]] + <h1>Project not found</h1> + +[[ include ../_footer ]] |
