feat: page history UI + nav links fix

This commit is contained in:
Nicolas Giard
2018-10-28 22:09:58 -04:00
parent b26f30ae20
commit 9a2a9c220a
11 changed files with 2739 additions and 361 deletions

11
server/views/history.pug Normal file
View File

@@ -0,0 +1,11 @@
extends master.pug
block head
block body
#root
history(
id=page.id
locale=page.localeCode
path=page.path
)