mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #25772 from overleaf/tm-bs5-user-membership
Migrate user_membership/new to BS5 GitOrigin-RevId: 587beb74fd3470669dcfb4336c9be23b3e9a7a26
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
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
|
||||
.col-md-10.offset-md-1
|
||||
h3 #{entityName} "#{entityId}" does not exist 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)
|
||||
button.btn.btn-primary.text-capitalize(
|
||||
type='submit'
|
||||
data-ol-disabled-inflight
|
||||
)
|
||||
span(data-ol-inflight='idle') Create #{entityName} in v2
|
||||
span(hidden data-ol-inflight='pending') #{translate("creating")}…
|
||||
|
||||
Reference in New Issue
Block a user