mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
9b6ac8f715
GitOrigin-RevId: e16167515c1c64bb350751fc1e748b719446a5b3
15 lines
399 B
Text
15 lines
399 B
Text
extends ../layout
|
|
|
|
block content
|
|
.content.content-alt
|
|
.container
|
|
.row
|
|
.col-md-10.col-md-offset-1
|
|
h3 #{entityName} "#{entityId}" does not exists in v2
|
|
form(
|
|
enctype='application/json',
|
|
method='post',
|
|
action=''
|
|
)
|
|
input(name="_csrf", type="hidden", value=csrfToken)
|
|
button.btn.btn-primary.text-capitalize(type="submit") Create #{entityName} in v2
|