first commit
This commit is contained in:
17
services/web/app/views/project/token/access-react.pug
Normal file
17
services/web/app/views/project/token/access-react.pug
Normal file
@@ -0,0 +1,17 @@
|
||||
extends ../../layout-marketing
|
||||
|
||||
block entrypointVar
|
||||
- entrypoint = 'pages/token-access'
|
||||
|
||||
block vars
|
||||
- var suppressFooter = true
|
||||
- var suppressCookieBanner = true
|
||||
- var suppressSkipToContent = true
|
||||
|
||||
block append meta
|
||||
meta(name="ol-postUrl" data-type="string" content=postUrl)
|
||||
meta(name="ol-user" data-type="json" content=user)
|
||||
|
||||
block content
|
||||
.content.content-alt#main-content
|
||||
div#token-access-page
|
16
services/web/app/views/project/token/sharing-updates.pug
Normal file
16
services/web/app/views/project/token/sharing-updates.pug
Normal file
@@ -0,0 +1,16 @@
|
||||
extends ../../layout-marketing
|
||||
|
||||
block entrypointVar
|
||||
- entrypoint = 'pages/sharing-updates'
|
||||
|
||||
block vars
|
||||
- var suppressFooter = true
|
||||
- var suppressCookieBanner = true
|
||||
- var suppressSkipToContent = true
|
||||
|
||||
block append meta
|
||||
meta(name="ol-project_id" data-type="string" content=projectId)
|
||||
|
||||
block content
|
||||
.content.content-alt#main-content
|
||||
div#sharing-updates-page
|
Reference in New Issue
Block a user