mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
16 lines
402 B
Text
16 lines
402 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='multipart/form-data',
|
||
|
method='post',
|
||
|
action=''
|
||
|
)
|
||
|
input(name="_csrf", type="hidden", value=csrfToken)
|
||
|
button.btn.btn-primary.text-capitalize(type="submit") Create #{entityName} in v2
|