Add projects to the system

This commit is contained in:
2021-12-27 18:48:38 +02:00
parent d8bf6dcafb
commit d590ae0179
9 changed files with 389 additions and 2 deletions

14
server/views/projects.pug Normal file
View File

@@ -0,0 +1,14 @@
extend templates/layout.pug
block content
.container
.center
h1 Projects
a.btn.black(href=`/projects/create`) add project
row
each project in projects
.col.s12
p.flow-text
a(href=`projects/${project.id}`)= project.name