fipamo/themes/dash/partials/folio-hub.pug
2018-10-31 12:00:31 -04:00

22 lines
723 B
Text

extends frame
block main-content
header.header#header
//a(href='/')
img(src='/base-assets/images/the-logo.svg')
br
.header-desc
span#the-title
a(href="/") thetwelfthhouse
#the-intro
| Work header
.folio-hub#folio-hub
a.btn-add-project(href="/admin/folio/task/add")
i.fa.fa-plus-circle.fa-2x
span Add New Project
.project-list#project-list
each project, index in projects
.project-item(data-id=project._id)
span.drag-handle
i.fa.fa-arrows-v
a.project-label#edit-project(href="/admin/folio/"+project.slug)= project.title