mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
bb882c697c
Add "Skip to content" to improve accessibility GitOrigin-RevId: 43368a65057656bdea10b6be3c598d68bd8e2d40
18 lines
472 B
Text
18 lines
472 B
Text
extends ../layout
|
|
|
|
block content
|
|
main.content.content-alt#main-content
|
|
.container
|
|
.row
|
|
.col-md-10.col-md-offset-1
|
|
h3(ng-non-bindable) #{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",
|
|
ng-non-bindable
|
|
) Create #{entityName} in v2
|