mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-30 17:00:08 +02:00

* Setup prettier * Ignore these pug templates by prettier * Fix typo * Fix prettier error * Add prettier-ignore for quoting of event-segmentation attribute * Manual tab indentation * Interpolate * Remove unbuffered if conditional * Inline event-segmentation objects and remove prettier-ignore rule * Fix spacing before interpolation * Source format * Source format GitOrigin-RevId: c30e037f5caf8f91efc1bd9e75f81ae533b5a506
16 lines
562 B
Text
16 lines
562 B
Text
extends ../layout-marketing
|
|
|
|
block vars
|
|
- bootstrap5PageStatus = 'disabled'
|
|
|
|
block content
|
|
main#main-content.content.content-alt
|
|
.container
|
|
.row
|
|
.col-md-10.col-md-offset-1
|
|
h3 #{entityName} "#{entityId}" does not exists in v2
|
|
form(data-ol-regular-form method='post' action='')
|
|
input(name='_csrf' type='hidden' value=csrfToken)
|
|
button.btn.btn-primary(type='submit' data-ol-disabled-inflight)
|
|
span(data-ol-inflight='idle') Create #{entityName} in v2
|
|
span(hidden data-ol-inflight='pending') #{translate("creating")}…
|