Add projects to the system
This commit is contained in:
14
server/views/projects.pug
Normal file
14
server/views/projects.pug
Normal 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
|
||||
Reference in New Issue
Block a user