obrand-admin-server/views/pages.jade
Martin Donnelly 40a8337ab3 Server up and running and serving all the previous mocked stuff.
Also now serving api/pages as a list page and viewer.
2016-03-31 14:24:21 +01:00

26 lines
654 B
Plaintext

doctype html
html(lang="en")
head
meta(name='viewport', content='width=device-width, initial-scale=1.0')
link(rel='stylesheet', href='/css/mui.min.css')
title Generated Page List
body
.mui-container
.mui-panel
.mui--text-headline.mui-text-accent Generated Page List
#list.mui-panel
table.mui-table.mui-table--bordered
thead
tr
th Company
th Page Title
each item in data
tr
td= item.company_name
td
a.mui-btn.mui-btn--flat.mui-btn--primary(href=item.fullpath, target='_blank')=item.title