Merge branch 'dpo/switch-to-skypack' into feature/resource-component

This commit is contained in:
Benoit Alessandroni 2020-12-14 19:05:36 +01:00
commit 159f34cc20
1 changed files with 3 additions and 3 deletions

View File

@ -76,15 +76,15 @@ html(lang="en")
include page-messages.pug include page-messages.pug
if endpoints.polls || (endpoints.get && endpoints.get.polls) if endpoints.polls || (endpoints.get && endpoints.get.polls)
#polls(hidden, data-view="polls", no-render).with-sidebar #polls(hidden, data-view="polls").with-sidebar
include page-polls.pug include page-polls.pug
if endpoints.events || (endpoints.get && endpoints.get.events) if endpoints.events || (endpoints.get && endpoints.get.events)
#events(hidden, data-view="events", no-render) #events(hidden, data-view="events")
include page-events.pug include page-events.pug
if endpoints.resources || (endpoints.get && endpoints.get.resources) if endpoints.resources || (endpoints.get && endpoints.get.resources)
#resources(hidden, data-view="resources", no-render) #resources(hidden, data-view="resources")
include page-resources.pug include page-resources.pug
#admin(hidden, data-view="admin", no-render).with-sidebar #admin(hidden, data-view="admin", no-render).with-sidebar